We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5aab19 commit 4f04979Copy full SHA for 4f04979
.github/workflows/cpp.yml
@@ -44,8 +44,6 @@ jobs:
44
$ENV:LDFLAGS='-L C:\vcpkg\installed\x64-windows\lib';
45
$ENV:CXX='clang++'; $ENV:EXEC_SUFFIX='.exe'; $ENV:WITH_LIBUV='1'; nmake
46
ls
47
- - name: Run unit tests
48
- run: $Env:CC='clang'; $Env:CXX='clang++'; make -C uWebSockets/tests
49
- name: Run smoke test
50
run: |
51
cd uWebSockets
0 commit comments