Skip to content

Commit

Permalink
fix: add contract size check
Browse files Browse the repository at this point in the history
  • Loading branch information
8sunyuan committed Jan 24, 2024
1 parent 21ae7f2 commit ea3bad0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/testinparallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ jobs:
with:
version: nightly

- name: Install forge dependencies
run: forge install
- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build

- name: Run forge test for the file
run: forge test --match-path src/test/${{ matrix.file }} --no-match-contract FFI
Expand Down

0 comments on commit ea3bad0

Please sign in to comment.