diff --git a/.github/workflows/integration-ci.yml b/.github/workflows/integration-ci.yml index ef623b9..c92d17f 100644 --- a/.github/workflows/integration-ci.yml +++ b/.github/workflows/integration-ci.yml @@ -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/setup-scarb@v1.3.2 + + - 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 \ No newline at end of file