Skip to content

Commit

Permalink
Fix tests -> test target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smithsp committed Jun 25, 2024
1 parent afc00de commit 3ad3d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ testpypi:
hash:
pip hash dist/omas-$(VERSION).tar.gz

release: tests requirements json cocos docs tag
release: test requirements json cocos docs tag
@echo 'Make release done'

fmt:
Expand Down

0 comments on commit 3ad3d03

Please sign in to comment.