Skip to content

Commit c620e5d

Browse files
added output onf fail
1 parent f9bb9c5 commit c620e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
git submodule update --init
8484
./compile.sh --docker-build
85-
docker run -i --rm -v $(pwd):/host_pwd -w /host_pwd artss_docker sh -c "./compile.sh --jobs 4 -s -m -d && cd build && ctest -E 'gpu|gtest'"
85+
docker run -i --rm -v $(pwd):/host_pwd -w /host_pwd artss_docker sh -c "./compile.sh --jobs 4 -s -m -d && cd build && ctest --output-on-failure -E 'gpu|gtest'"
8686
8787
unit-tests_serial:
8888

@@ -94,7 +94,7 @@ jobs:
9494
git submodule update --init
9595
mkdir build
9696
./compile.sh --docker-build
97-
docker run -i --rm -v $(pwd):/host_pwd -w /host_pwd artss_docker sh -c "cd build && cmake .. && make artss_gtest && ctest -R gtest"
97+
docker run -i --rm -v $(pwd):/host_pwd -w /host_pwd artss_docker sh -c "cd build && cmake .. && make artss_gtest && ctest --output-on-failure -R gtest"
9898
test-xml:
9999

100100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)