We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fad5c4 commit 454cdc0Copy full SHA for 454cdc0
Makefile
@@ -2,9 +2,9 @@
2
test:
3
$(MAKE) generate -C lib/go
4
$(MAKE) test -C lib/go
5
- flow-c1 test --cover --covercode="contracts" tests/*.cdc
+ flow test --cover --covercode="contracts" tests/*.cdc
6
7
.PHONY: ci
8
ci:
9
$(MAKE) ci -C lib/go
10
0 commit comments