We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd74b17 commit 35488c7Copy full SHA for 35488c7
Makefile
@@ -52,6 +52,6 @@ test:
52
# this target should be used for local unit tests .. runs as part of the build pipeline
53
make --no-print-directory -C sandbox test
54
55
-smoketest: test
+smoketest:
56
# this target is for end to end smoketests this would be run 'post deploy' to verify an environment is working
57
poetry run pytest -v tests/
0 commit comments