diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 280d816..43b10df 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -29,7 +29,7 @@ jobs: nmake -f shim ls - name: Run unit tests - run: $Env:CC='clang'; $Env:CXX='clang++'; cd uWebSockets/tests; nmake + run: $Env:CC='clang'; $Env:CXX='clang++'; make -C uWebSockets/tests - name: Run smoke test run: | cd uWebSockets