Skip to content

Commit

Permalink
Merge pull request #6 from axiom-crypto/fix/ast
Browse files Browse the repository at this point in the history
fix: add ast = true
  • Loading branch information
ytham authored Mar 13, 2024
2 parents ada7d1a + 2d5fcd6 commit a4a790a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-293fad73670b7b59ca901c7f2105bf7a29165a90
version: nightly

- name: Run Forge build
run: |
Expand Down
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ remappings = [
"forge-std/=lib/forge-std/src/"
]
ffi = true
ast = true

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
[rpc_endpoints]
Expand Down
2 changes: 1 addition & 1 deletion lib/axiom-std
2 changes: 1 addition & 1 deletion lib/openzeppelin-contracts

0 comments on commit a4a790a

Please sign in to comment.