We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29f61d commit fff568fCopy full SHA for fff568f
3 files changed
.github/workflows/test.yaml
@@ -52,6 +52,7 @@ jobs:
52
run: |
53
cargo nextest run --all-features --workspace --locked \
54
--no-tests=pass -E 'kind(test) and not test(docker)' \
55
+ --test-threads 4 \
56
-- --skip test_should_consolidate_to_block_15k
57
58
integration-docker-compose:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.91 AS chef
+FROM rust:1.91-bookworm AS chef
2
3
ARG CARGO_FEATURES=""
4
Dockerfile.test
0 commit comments