Skip to content

Commit

Permalink
Tell pytest to stop on first failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jan 27, 2025
1 parent b188edd commit 0f01b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/gha-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ if [[ $NCRYSTAL = 'y' ]]; then
fi

# Run regression and unit tests
pytest --cov=openmc -v $args tests
pytest --cov=openmc -x -v $args tests

0 comments on commit 0f01b1c

Please sign in to comment.