From 37780d8627ad0ff14e5b2fc38b36afdd36b3308c Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Tue, 10 Sep 2024 13:31:47 -0500 Subject: [PATCH] use flow --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0919754..2d03f4b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ 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: