SERVER: fix free perk powerup crashing game in Gun Game if player had all perks but Mule Kick #68
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: QuakeC Unit Tests | |
| on: [pull_request] | |
| jobs: | |
| Unit-Tests: | |
| name: Run Unit Tests | |
| runs-on: ubuntu-latest | |
| container: | |
| image: ubuntu:24.04 | |
| options: --shm-size=8192m | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Wait for GitHub to keep up.. | |
| run: sleep 2s | |
| shell: bash | |
| - name: Run Unit Test Script | |
| run: | | |
| bash testing/run_unit_tests.sh |