We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cd716 commit 2af5cafCopy full SHA for 2af5caf
.config/nextest.toml
@@ -51,9 +51,3 @@ test-group = 'sequential'
51
filter = 'test(deprecated_features)'
52
priority = 10
53
test-group = 'sequential'
54
-
55
56
-[profile.ci]
57
-default-filter = "all()"
58
-retries = 4
59
-test-threads = 1
.github/workflows/ci.yaml
@@ -73,4 +73,4 @@ jobs:
73
run: RUST_HTTP_API_CLIENT_RABBITMQCTL=DOCKER:${{job.services.rabbitmq.id}} bin/ci/before_build.sh
74
75
- name: Run tests
76
- run: RUST_BACKTRACE=1 NEXTEST_RETRIES=2 cargo nextest run -j 1 --workspace --no-fail-fast --all-features
+ run: RUST_BACKTRACE=1 NEXTEST_RETRIES=2 cargo nextest run --workspace --no-fail-fast --all-features
0 commit comments