Skip to content

Commit

Permalink
Avoid coulombgalore test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Nov 4, 2024
1 parent d132c99 commit 1d199a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
shell: bash
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C $BUILD_TYPE -R unittests -V
run: ctest -C $BUILD_TYPE -R unittests -I 2,2,1 -V

0 comments on commit 1d199a5

Please sign in to comment.