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 82
82
run : |
83
83
git submodule update --init
84
84
./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'"
86
86
87
87
unit-tests_serial :
88
88
94
94
git submodule update --init
95
95
mkdir build
96
96
./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"
98
98
test-xml :
99
99
100
100
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments