Skip to content

Commit 0235ddc

Browse files
committed
ci : disable test-backend-ops from debug builds due to slowness
1 parent 16801fb commit 0235ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function gg_run_ctest_debug {
150150
(time cmake -DCMAKE_BUILD_TYPE=Debug ${CMAKE_EXTRA} .. ) 2>&1 | tee -a $OUT/${ci}-cmake.log
151151
(time make -j$(nproc) ) 2>&1 | tee -a $OUT/${ci}-make.log
152152

153-
(time ctest --output-on-failure -L main -E test-opt ) 2>&1 | tee -a $OUT/${ci}-ctest.log
153+
(time ctest --output-on-failure -L main -E "test-opt|test-backend-ops" ) 2>&1 | tee -a $OUT/${ci}-ctest.log
154154

155155
set +e
156156
}

0 commit comments

Comments
 (0)