We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a1fb0 commit 87a3ba9Copy full SHA for 87a3ba9
Makefile
@@ -76,6 +76,10 @@ all: pyci/_pyci.so.$(PYCI_VERSION) pyci/_pyci.so.$(VERSION_MAJOR) pyci/_pyci.so
76
test:
77
@set -e; $(PYTHON) -m pytest -sv ./pyci
78
79
+.PHONY: test-bigmem
80
+test-bigmem:
81
+ @set -e; $(PYTHON) -m pytest -sv ./pyci --bigmem
82
+
83
.PHONY: clean
84
clean:
85
rm -rf pyci/src/*.o pyci/_pyci.so*
0 commit comments