unit tests
All checks were successful
Bigfoot / build-and-test (Debug, OFF) (push) Successful in 32s
Bigfoot / build-and-test (Debug, ON) (push) Successful in 26s
Bigfoot / build-and-test (RelWithDebInfo, OFF) (push) Successful in 27s
Bigfoot / build-and-test (RelWithDebInfo, ON) (push) Successful in 26s
Bigfoot / build-and-test (Release, ON) (push) Successful in 18s
Bigfoot / build-and-test (Release, OFF) (push) Successful in 19s

This commit is contained in:
2026-01-28 14:30:12 +01:00
parent f3a1c7ec36
commit 463034e105

View File

@@ -40,7 +40,7 @@ jobs:
- name: Show ccache stats after
run: ccache --show-stats
- name: Test
- name: Unit Tests
run: |
cd ./build/${{ matrix.build_type }}
xvfb-run ctest . --output-on-failure