We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16801fb commit 0235ddcCopy full SHA for 0235ddc
ci/run.sh
@@ -150,7 +150,7 @@ function gg_run_ctest_debug {
150
(time cmake -DCMAKE_BUILD_TYPE=Debug ${CMAKE_EXTRA} .. ) 2>&1 | tee -a $OUT/${ci}-cmake.log
151
(time make -j$(nproc) ) 2>&1 | tee -a $OUT/${ci}-make.log
152
153
- (time ctest --output-on-failure -L main -E test-opt ) 2>&1 | tee -a $OUT/${ci}-ctest.log
+ (time ctest --output-on-failure -L main -E "test-opt|test-backend-ops" ) 2>&1 | tee -a $OUT/${ci}-ctest.log
154
155
set +e
156
}
0 commit comments