diff --git a/run-tests.sh b/run-tests.sh index a093fec..6b4cdb3 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -2,4 +2,4 @@ set -e -flow-c1 test --cover --covercode="contracts" --coverprofile="coverage.lcov" tests/*_tests.cdc +flow test --cover --covercode="contracts" --coverprofile="coverage.lcov" tests/*_tests.cdc