We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45864a6 commit b9fe942Copy full SHA for b9fe942
Makefile
@@ -8,7 +8,7 @@ PYTESTS=pytest
8
COVERAGE=coverage
9
10
tests: check_formatting docs
11
- $(PYTESTS) -n 8 --full-trace tests
+ $(PYTESTS) -n auto --full-trace tests
12
13
stress-tests: SA_STRESS_TESTS=1
14
stress-tests: tests
0 commit comments