Skip to content

Commit

Permalink
remove -s
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Dec 20, 2023
1 parent 082a006 commit 7de598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ algod-stop:
docker compose stop algod

test-integ-async:
pytest -n auto --durations=10 -sv tests/integration -m "not serial"
pytest -n auto --durations=10 tests/integration -m "not serial"

# Run tests w/ @pytest.mark.serial under ~/tests/integration each in its own proc:
test-integ-sync:
Expand Down

0 comments on commit 7de598e

Please sign in to comment.