Skip to content

Commit 4ce2144

Browse files
committed
ci: remove pytest -x parameter to allow all tests to run
Leave the -v we added though as it ensures you can actually see how far through the tests it is.
1 parent dc97488 commit 4ce2144

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 -x --cov="dataimporter" --cov-report term-missing tests
15+
pytest -v --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)