Skip to content

Commit 00ee388

Browse files
committed
Fix pytest
1 parent c7ab734 commit 00ee388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ else
6666
echo "::endgroup::"
6767
echo "::group:: Run Tests"
6868
# coverage run --rcfile=../pyproject.toml -m
69-
if pytest -ra --junitxml=../test-results.xml ../tests --verbose --durations=10 $flags; then
69+
if pytest -ra tests --verbose --durations=10; then
7070
PASSED=true
7171
else
7272
PASSED=false

0 commit comments

Comments
 (0)