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
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:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: Show ccache stats after
|
- name: Show ccache stats after
|
||||||
run: ccache --show-stats
|
run: ccache --show-stats
|
||||||
|
|
||||||
- name: Test
|
- name: Unit Tests
|
||||||
run: |
|
run: |
|
||||||
cd ./build/${{ matrix.build_type }}
|
cd ./build/${{ matrix.build_type }}
|
||||||
xvfb-run ctest . --output-on-failure
|
xvfb-run ctest . --output-on-failure
|
||||||
Reference in New Issue
Block a user