Skip to content

Commit 49519c2

Browse files
authored
Merge pull request #3573 from onflow/bastian/fix-ci
Fix CI: Flow CLI is 1.0 now
2 parents 1661364 + b4b599e commit 49519c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: make ci
5050

5151
- name: Cadence Testing Framework
52-
run: cd runtime/stdlib/contracts && flow-c1 test --cover --covercode="contracts" crypto_test.cdc
52+
run: cd runtime/stdlib/contracts && flow test --cover --covercode="contracts" crypto_test.cdc
5353

5454
- name: Upload coverage report
5555
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)