Skip to content

Commit 454cdc0

Browse files
committed
fix cli name in Makefile
1 parent 8fad5c4 commit 454cdc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
test:
33
$(MAKE) generate -C lib/go
44
$(MAKE) test -C lib/go
5-
flow-c1 test --cover --covercode="contracts" tests/*.cdc
5+
flow test --cover --covercode="contracts" tests/*.cdc
66

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

0 commit comments

Comments
 (0)