Skip to content

Commit 29fb69f

Browse files
Align make test_experimental with make test (#4371)
1 parent ac6cea8 commit 29fb69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ slow_tests:
1616
pytest -m "slow" tests/ $(if $(IS_GITHUB_CI),--report-log "slow_tests.log",)
1717

1818
test_experimental:
19-
pytest -k "experimental"
19+
pytest -k "experimental" -n auto -s -v

0 commit comments

Comments
 (0)