Update cpp.yml

This commit is contained in:
uNetworkingAB
2022-11-02 14:16:01 +01:00
committed by GitHub
parent aa0a826855
commit 8e92125f23
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
nmake -f shim
ls
- name: Run unit tests
run: $Env:CC='clang'; $Env:CXX='clang++'; make -C uWebSockets/tests
run: $Env:CC='clang'; $Env:CXX='clang++'; cd uWebSockets/tests; nmake
- name: Run smoke test
run: |
cd uWebSockets