Skip to content

Commit

Permalink
Merge branch 'main' into feat/ccip-021
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Apr 6, 2024
2 parents aaf749b + 27a0c8f commit f046e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v3
- name: "Check contract syntax"
uses: docker://hirosystems/clarinet:latest
uses: docker://hirosystems/clarinet:1.8.0
with:
args: check
- name: "Run all contract tests"
uses: docker://hirosystems/clarinet:latest
uses: docker://hirosystems/clarinet:1.8.0
with:
args: test --coverage
- name: "Upload code coverage"
Expand Down

0 comments on commit f046e1b

Please sign in to comment.