We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62425c commit d2540edCopy full SHA for d2540ed
Makefile
@@ -88,7 +88,7 @@ test-unit-cpp: install ## run unit cpp tests only for dev
88
. ${PANDORA_VENV}/bin/activate; meson test -C build/$(shell ls build)/ -v
89
90
.PHONY: test-functional
91
-test-functional: install-sgm ## run functional tests only (for wheel validation temporary)
+test-functional: install ## run functional tests only (for wheel validation temporary)
92
@echo "Run functional tests"
93
@${PANDORA_VENV}/bin/pytest -m "functional_tests"
94
0 commit comments