Skip to content

Commit 5f73784

Browse files
committed
ci: preserve pytest testpaths in make test
1 parent 06079ca commit 5f73784

2 files changed

Lines changed: 2 additions & 89 deletions

File tree

.github/workflows/benchmark-tests.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.DEFAULT_GOAL := help
77

8-
TEST ?= tests/
8+
TEST ?=
99
ARGS ?=
1010
WORKERS ?= auto
1111
# pytest-xdist --dist strategy for $(PYTEST) -n $(WORKERS) --dist $(DIST) $(ARGS) $(TEST).
@@ -80,7 +80,7 @@ help:
8080
' make test-watch [TEST=path]' \
8181
'' \
8282
'Tests:' \
83-
' test Run non-live pytest with pytest-xdist' \
83+
' test Run pytest.ini testpaths with pytest-xdist' \
8484
' test-parallel Alias for test' \
8585
' test-serial Run pytest without xdist or env filtering' \
8686
' test-benchmark Run benchmark tooling tests' \

0 commit comments

Comments
 (0)