Skip to content

Commit c61009e

Browse files
committed
update test workflow
1 parent a27c60d commit c61009e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Build contracts
2828
run: |
2929
forge --version
30-
forge soldeer update
31-
forge build --sizes
30+
forge soldeer update --config-location foundry
31+
forge build ./src --sizes
3232
3333
- name: Check gas snapshot
3434
run: forge snapshot --check --tolerance 1 -vvv

0 commit comments

Comments
 (0)