run tests in github actions

This commit is contained in:
Lion Kortlepel 2022-05-26 13:34:29 +02:00
parent 28c43a51ee
commit 2cf083a7e4
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -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: