We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1661364 + b4b599e commit 49519c2Copy full SHA for 49519c2
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
run: make ci
50
51
- name: Cadence Testing Framework
52
- run: cd runtime/stdlib/contracts && flow-c1 test --cover --covercode="contracts" crypto_test.cdc
+ run: cd runtime/stdlib/contracts && flow test --cover --covercode="contracts" crypto_test.cdc
53
54
- name: Upload coverage report
55
uses: codecov/codecov-action@v2
0 commit comments