From 741101c8f649296439af36b18a590016c77ff906 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sun, 21 Feb 2021 03:30:36 +0100 Subject: [PATCH] Run tests on GH Actions --- .github/workflows/cpp.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 8be6dd5..cfcdf49 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -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