Add autobahn on github actions

This commit is contained in:
Alex Hultman
2023-05-07 04:45:40 +02:00
parent abb22793ff
commit d05c1a1c60
3 changed files with 54 additions and 0 deletions
+2
View File
@@ -72,6 +72,8 @@ jobs:
run: make -C uWebSockets/tests smoke
- name: Run unit tests
run: make -C uWebSockets/tests
- name: Autobahn|Testsuite
run: ~/.deno/bin/deno run -A --unstable uWebSockets/autobahn/server-test.js
build_osx: