diff --git a/.github/workflows/cmake-linux.yml b/.github/workflows/cmake-linux.yml index 3ddf653..5b605e3 100644 --- a/.github/workflows/cmake-linux.yml +++ b/.github/workflows/cmake-linux.yml @@ -37,6 +37,11 @@ jobs: shell: bash run: cmake --build . --config $BUILD_TYPE + - name: Run Tests + working-directory: ${{github.workspace}}/build-linux + shell: bash + run: ./BeamMP-Server-test + - name: Archive artifacts uses: actions/upload-artifact@v2 with: