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