Skip to content

Commit 1d199a5

Browse files
committed
Avoid coulombgalore test
1 parent d132c99 commit 1d199a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
shell: bash
5757
# Execute tests defined by the CMake configuration.
5858
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
59-
run: ctest -C $BUILD_TYPE -R unittests -V
59+
run: ctest -C $BUILD_TYPE -R unittests -I 2,2,1 -V

0 commit comments

Comments
 (0)