Skip to content

Commit

Permalink
CI: Another try as test skip regex
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Oct 11, 2022
1 parent cf4e900 commit 7d93c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,5 @@ jobs:
shell: bash -l {0}
run: |
cd build
ctest -j 4 --output-on-failure --exclude-regex \"^test_exo\*\"
ctest -j 4 --output-on-failure --exclude-regex test_exo
if: ${{ success() && (matrix.config.sanitizer != 'NO' || matrix.config.threadsafe != 'NO') }}

0 comments on commit 7d93c29

Please sign in to comment.