Skip to content

Commit

Permalink
ci: force tests to stop after first failure so that we can see what's…
Browse files Browse the repository at this point in the history
… wrong
  • Loading branch information
jrdh committed Aug 11, 2024
1 parent cfe2df2 commit 459f4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ done

# run the tests
echo "Running pytest with coverage"
pytest -v --cov="dataimporter" --cov-report term-missing tests
pytest -v -x --cov="dataimporter" --cov-report term-missing tests
# store the exit code from the pytest run
test_exit_code=$?

Expand Down

0 comments on commit 459f4d4

Please sign in to comment.