Skip to content

Commit

Permalink
show skip
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 24, 2024
1 parent 6bdd032 commit 3c56a3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
shell: bash
run: |
if [ "${{ matrix.test-type }}" == "unittests" ]; then
pytest test/unittests --durations=20 -n 4
pytest test/unittests --durations=20 -n 4 -rs
elif [ "${{ matrix.test-type }}" == "integration" ]; then
pytest test/integration --durations=20 -n 4
pytest test/integration --durations=20 -n 4 -rs
elif [ "${{ matrix.test-type }}" == "functional" ]; then
pytest test/functional --durations=20 -n 4
pytest test/functional --durations=20 -n 4 -rs
fi

0 comments on commit 3c56a3d

Please sign in to comment.