Skip to content

Commit

Permalink
fix cli name in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tarakby committed Jan 27, 2025
1 parent 8fad5c4 commit 454cdc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
test:
$(MAKE) generate -C lib/go
$(MAKE) test -C lib/go
flow-c1 test --cover --covercode="contracts" tests/*.cdc
flow test --cover --covercode="contracts" tests/*.cdc

.PHONY: ci
ci:
$(MAKE) ci -C lib/go
flow-c1 test --cover --covercode="contracts" tests/*.cdc
flow test --cover --covercode="contracts" tests/*.cdc

0 comments on commit 454cdc0

Please sign in to comment.