Skip to content

Commit 459f4d4

Browse files
committed
ci: force tests to stop after first failure so that we can see what's wrong
1 parent cfe2df2 commit 459f4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ done
1212

1313
# run the tests
1414
echo "Running pytest with coverage"
15-
pytest -v --cov="dataimporter" --cov-report term-missing tests
15+
pytest -v -x --cov="dataimporter" --cov-report term-missing tests
1616
# store the exit code from the pytest run
1717
test_exit_code=$?
1818

0 commit comments

Comments
 (0)