Skip to content

Commit

Permalink
chore: bump scarb CI
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 2, 2023
1 parent 709dd07 commit b81d604
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gas_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 0.7.0
scarb-version: 2.3.0-rc0

- name: Run compare_snapshot script
id: run-script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gas_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 0.7.0
scarb-version: 2.3.0-rc0

- name: Generate gas snapshot
run: python scripts/gen_snapshot.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: 0.7.0
scarb-version: 2.3.0-rc0
- run: scarb fmt --check
- run: scarb build
- run: scarb test

0 comments on commit b81d604

Please sign in to comment.