Skip to content

Commit 35488c7

Browse files
committed
APM-0000: makefile test
1 parent dd74b17 commit 35488c7

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
@@ -52,6 +52,6 @@ test:
5252
# this target should be used for local unit tests .. runs as part of the build pipeline
5353
make --no-print-directory -C sandbox test
5454

55-
smoketest: test
55+
smoketest:
5656
# this target is for end to end smoketests this would be run 'post deploy' to verify an environment is working
5757
poetry run pytest -v tests/

0 commit comments

Comments
 (0)