File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ threads-required = 'num-test-threads' # Global mutex
1212filter = ' package(graph-tests)'
1313priority = -1
1414threads-required = ' num-test-threads' # Global mutex
15+ slow-timeout = { period = " 300s" , terminate-after = 4 }
Original file line number Diff line number Diff line change @@ -162,6 +162,13 @@ jobs:
162162 crate : cargo-nextest
163163 version : ^0.9
164164
165+ - name : Install Foundry
166+ uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1
167+ with :
168+ # Pinned to specific version since newer versions do not produce
169+ # deterministic block hashes. Unpin once that's fixed upstream
170+ version : v1.2.3
171+
165172 - name : Install pnpm
166173 uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
167174
You can’t perform that action at this time.
0 commit comments