Run tests on GH Actions

This commit is contained in:
Alex Hultman
2021-02-21 03:30:36 +01:00
committed by GitHub
parent a38a73e3d2
commit 741101c8f6
+6 -1
View File
@@ -12,7 +12,10 @@ jobs:
run: git clone --recursive https://github.com/uNetworking/uWebSockets.git
- name: Build source
run: make -C uWebSockets
- name: List binaries
run: ls uWebSockets
- name: Build tests
run: make -C uWebSockets/tests
build_osx:
@@ -25,3 +28,5 @@ jobs:
run: make -C uWebSockets
- name: List binaries
run: ls uWebSockets
- name: Build tests
run: make -C uWebSockets/tests