We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508dc54 commit a87cc04Copy full SHA for a87cc04
1 file changed
Makefile
@@ -15,3 +15,7 @@ test:
15
coverage erase
16
$(PYTEST) test/ -vvvvvvvvv $(TEST_FLAGS)
17
coverage report -m cgfs.py
18
+
19
+.PHONY: test_quick
20
+test-quick: TEST_FLAGS += -x
21
+test-quick: test
0 commit comments