Skip to content

Commit

Permalink
update gas report regex
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Aug 29, 2024
1 parent 9f23221 commit 51fb344
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 661 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- name: Step 1 - Check out main branch
uses: actions/checkout@v3
- name: Step 2 - Getting scarb
uses: software-mansion/[email protected]
- name: Step 3 - Running tests
run: scarb test
- uses: actions/checkout@v3
- uses: foundry-rs/setup-snfoundry@v3
- uses: software-mansion/[email protected]
- run: scarb test

check-format:
needs: build
Expand All @@ -47,6 +45,7 @@ jobs:
uses: actions/checkout@v3
- name: Step 2 - Getting scarb
uses: software-mansion/[email protected]
- uses: foundry-rs/setup-snfoundry@v3
- name: Step 3 - Generate and compare gas report
run: ./scripts/generate_gas_report.sh
shell: bash
Loading

0 comments on commit 51fb344

Please sign in to comment.