From bf8737039accbf1dc168f918185ba4cc201bd743 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:06:15 +0100 Subject: [PATCH] Update cpp.yml --- .github/workflows/cpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 773b636..2c6bcb7 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -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: