Run smoketests in CI?

This commit is contained in:
Alex Hultman
2022-11-01 05:36:08 +01:00
parent 7eea6f69ee
commit 61233bf5a2
3 changed files with 6 additions and 4 deletions
+5
View File
@@ -11,3 +11,8 @@ default:
./ExtensionsNegotiator
$(CXX) -std=c++17 -fsanitize=address HttpParser.cpp -o HttpParser
./HttpParser
smoke:
../Crc32 &
deno run --allow-net smoke.mjs
pkill Crc32