Update cpp.yml

This commit is contained in:
uNetworkingAB
2022-11-02 12:06:15 +01:00
committed by GitHub
parent ba836351a7
commit bf8737039a
+4 -4
View File
@@ -28,10 +28,10 @@ jobs:
make -C tests
make
ls
.\HelloWorld.exe &
sleep 1
curl.exe http://localhost:3000/
Stop-Process -Name HelloWorld
.\Crc32 &
sleep 1
deno run --allow-net tests\smoke.mjs
Stop-Process -Name Crc32
build_linux: