From a686907accaf35ad3c39f4d56e426b5ddec09bc8 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Tue, 1 Nov 2022 05:46:14 +0100 Subject: [PATCH] Update Makefile --- tests/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 5a4f955..79731d3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -14,5 +14,6 @@ default: smoke: ../Crc32 & - deno run --allow-net smoke.mjs - pkill Crc32 \ No newline at end of file + sleep 1 + ~/.deno/bin/deno run --allow-net smoke.mjs + pkill Crc32