Skip to content

Commit

Permalink
[Revertable] Disable unit testing on Windows until build passes again
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Dec 4, 2023
1 parent c5aab19 commit 4f04979
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
$ENV:LDFLAGS='-L C:\vcpkg\installed\x64-windows\lib';
$ENV:CXX='clang++'; $ENV:EXEC_SUFFIX='.exe'; $ENV:WITH_LIBUV='1'; nmake
ls
- name: Run unit tests
run: $Env:CC='clang'; $Env:CXX='clang++'; make -C uWebSockets/tests
- name: Run smoke test
run: |
cd uWebSockets
Expand Down

0 comments on commit 4f04979

Please sign in to comment.