File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 44 # We require PRs to be up to date before merging so technically it is not needed run the rust job
55 # on main. However for the cache to be usable in PRs we do need the job on main.
66 push :
7- branches : [ main ]
7+ branches : [main]
88jobs :
99 lint :
1010 timeout-minutes : 60
2828 cargo clippy --version
2929 - run : cargo +nightly fmt --all -- --check
3030 - run : cargo clippy --locked --workspace --all-features --all-targets -- -D warnings
31-
31+
3232 nitpicker :
3333 runs-on : ubuntu-latest
3434 steps :
@@ -170,6 +170,10 @@ jobs:
170170 ref : ${{ github.event.pull_request.head.sha }}
171171 - run : rustup toolchain install stable --profile minimal
172172 - uses : foundry-rs/foundry-toolchain@v1
173+ with :
174+ # the latest version introduced a bug caused driver tests to fail
175+ # only switch back to latest stable version after it was fixed in anvil
176+ version : v1.2.3
173177 - uses : Swatinem/rust-cache@v2
174178 - uses : taiki-e/install-action@nextest
175179 # Build the driver's tests.
You can’t perform that action at this time.
0 commit comments