Skip to content

Commit

Permalink
wip: test build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpernambuco committed Jul 22, 2024
1 parent 0955e23 commit 2086e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: v1.2.0
version: nightly-fe2acca4e379793539db80e032d76ffe0110298b

- run: forge build
- run: forge fmt --check src test
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: v1.2.0
version: nightly-fe2acca4e379793539db80e032d76ffe0110298b

- name: Run all tests
run: make test-all

0 comments on commit 2086e4c

Please sign in to comment.