Skip to content

Commit

Permalink
Squash #2137 - Revert accidently commit to run_test
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Dec 4, 2024
1 parent b68d596 commit 286ff3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ display_result $? 1 "Code style check"
# https://docs.pytest.org/en/stable/reference/customize.html
params="-rfe --disable-pytest-warnings --cov=app --cov-report=term-missing --junitxml=test_results.xml -q"
pytest ${params} -n auto -m "not serial" tests/ && pytest ${params} -m "serial" tests/
display_result $? 2 "Unit tests"
display_result $? 2 "Unit tests"

0 comments on commit 286ff3f

Please sign in to comment.