Skip to content

Commit

Permalink
Merge pull request #56 from argentlabs/gas-report
Browse files Browse the repository at this point in the history
Gas report CI
  • Loading branch information
sgc-code authored Jul 3, 2024
2 parents 012cd67 + e4ab499 commit a61e5b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/integration-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,21 @@ jobs:

- name: Step 3 - Check correct linting
run: yarn eslint .

gas-report:
runs-on: ubuntu-latest
steps:
- name: Check out main branch
uses: actions/checkout@v3

- name: Setup Scarb
uses: software-mansion/[email protected]

- name: Install project
run: yarn install --frozen-lockfile

- name: Start devnet in background
run: scarb run start-devnet

- name: Gas report
run: scarb run profile --check

0 comments on commit a61e5b4

Please sign in to comment.