mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
github/runners: disable tests in debug builds.
The tests take 5-8 minutes to run in debug builds, which is ridiculous. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -139,6 +139,7 @@ jobs:
|
|||||||
run: cmake --build build --config ${{ matrix.type }} --target all --parallel 4
|
run: cmake --build build --config ${{ matrix.type }} --target all --parallel 4
|
||||||
|
|
||||||
- name: Run Test Suite
|
- name: Run Test Suite
|
||||||
|
if: matrix.type == 'Release'
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: ctest -C ${{ matrix.type }} --output-on-failure
|
run: ctest -C ${{ matrix.type }} --output-on-failure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user