Skip to content

Commit

Permalink
Merge tag 'v1.0.0-preview.35' into bastian/update-atree-inlining-cade…
Browse files Browse the repository at this point in the history
…nce-v1.0-11
  • Loading branch information
turbolent committed Jun 25, 2024
2 parents 2447533 + 8b45e45 commit ad625dd
Show file tree
Hide file tree
Showing 54 changed files with 3,324 additions and 1,261 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache: true

- name: Install Flow CLI
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.5.0
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"

- name: Build
run: make -j8 build
Expand All @@ -49,7 +49,7 @@ jobs:
run: make ci

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

- name: Upload coverage report
uses: codecov/codecov-action@v2
Expand Down
Loading

0 comments on commit ad625dd

Please sign in to comment.