Skip to content

Commit

Permalink
ci: Halt examples on first failure
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Feb 10, 2021
1 parent 25f90bd commit c7b71fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
if: '! matrix.code_coverage'
run: |
pushd testing/gerbv_example
ls | parallel -k -j ${NUM_CPUS} --halt soon,fail=1 '
ls | parallel -k -j ${NUM_CPUS} --halt now,fail=1 '
{ echo "::group::Running on {}";
pushd {};
if [[ -f "no-valgrind" ]]; then
Expand Down

0 comments on commit c7b71fb

Please sign in to comment.