Skip to content

Commit

Permalink
fix: set ast = true and change CI to nightly (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun authored Mar 13, 2024
1 parent 18493b1 commit 9789898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-293fad73670b7b59ca901c7f2105bf7a29165a90
with:
version: nightly

- name: Check forge version
run: forge --version
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Run Foundry tests
run: |
export PROVIDER_URI_SEPOLIA=${{ secrets.PROVIDER_URI_SEPOLIA }}
RUST_BACKTRACE=1 forge test -vvv
RUST_BACKTRACE=1 forge test -vvv
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ solc = "0.8.19"
libs = ["node_modules", "lib"]
remappings = ["@axiom-crypto/axiom-std/=lib/axiom-std/src/"]
ffi = true
ast = true

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
[rpc_endpoints]
Expand Down

0 comments on commit 9789898

Please sign in to comment.