Skip to content

Commit e12ee8d

Browse files
committed
Update makefile
1 parent 2622e0e commit e12ee8d

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
@@ -7,7 +7,7 @@ install_dev: .venv
77
.venv/bin/pip install -e ".[test]"
88

99
test: .venv
10-
.venv/bin/pytest -v -rsx -n 2 tests/ -k "not logits_match"
10+
.venv/bin/pytest -v -rsx -n 2 tests/ --non-marked-only
1111

1212
test_all: .venv
1313
RUN_SLOW=1 .venv/bin/pytest -v -rsx -n 2 tests/

0 commit comments

Comments
 (0)