diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 671cfac..796d717 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -38,4 +38,4 @@ jobs: - name: Run Foundry tests run: | export PROVIDER_URI_SEPOLIA=${{ secrets.PROVIDER_URI_SEPOLIA }} - RUST_BACKTRACE=1 forge test -vvv \ No newline at end of file + RUST_BACKTRACE=1 forge test -vvv diff --git a/foundry.toml b/foundry.toml index a5b4684..143661a 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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]