File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments