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
-3
View File
@@ -1,3 +0,0 @@
# These are supported funding model platforms
custom: ['https://www.paypal.me/uwebsockets']
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: List binaries
run: ls uWebSockets
- name: Build tests
run: make -C uWebSockets/tests
run: make -C uWebSockets/tests smoke
build_osx:
+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