Skip to content

Commit 6140d81

Browse files
iainrussellmarcosbento
authored andcommitted
Different syntax for excluding tests in ci
1 parent ab2c0c9 commit 6140d81

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/ci-config.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
cmake_options: -DENABLE_ALL_TESTS=ON -DBOOST_ROOT=${BOOST_ROOT_DIR} -DBOOST_INCLUDEDIR=${BOOST_INCLUDE_DIR} -DBOOST_LIBRARYDIR=${BOOST_LIB_DIR} -DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR} -DENABLE_STATIC_BOOST_LIBS=OFF
2-
ctest_options:
3-
- -L
4-
- nightly
5-
- -E
6-
- s_test|s_zombies
2+
ctest_options: -L nightly -E s_test|s_zombies
73
dependencies: |
84
ecmwf/ecbuild
95
dependency_branch: develop

0 commit comments

Comments
 (0)