Skip to content

Commit fc3ac78

Browse files
authored
Merge branch 'cowprotocol:main' into main
2 parents c22cad5 + 880b2c5 commit fc3ac78

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
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]
88
jobs:
99
lint:
1010
timeout-minutes: 60
@@ -28,7 +28,7 @@ jobs:
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.

0 commit comments

Comments
 (0)