Skip to content

Commit fff568f

Browse files
committed
ci fixes
1 parent b29f61d commit fff568f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: |
5353
cargo nextest run --all-features --workspace --locked \
5454
--no-tests=pass -E 'kind(test) and not test(docker)' \
55+
--test-threads 4 \
5556
-- --skip test_should_consolidate_to_block_15k
5657
5758
integration-docker-compose:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.91 AS chef
1+
FROM rust:1.91-bookworm AS chef
22

33
ARG CARGO_FEATURES=""
44

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.91 AS chef
1+
FROM rust:1.91-bookworm AS chef
22

33
ARG CARGO_FEATURES=""
44

0 commit comments

Comments
 (0)