Skip to content

Commit 7e13daa

Browse files
committed
ci: add slow timeout
1 parent 5f19646 commit 7e13daa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.config/nextest.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ threads-required = 'num-test-threads' # Global mutex
1212
filter = 'package(graph-tests)'
1313
priority = -1
1414
threads-required = 'num-test-threads' # Global mutex
15+
slow-timeout = { period = "300s", terminate-after = 4 }

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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@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

0 commit comments

Comments
 (0)