Skip to content

Commit 2af5caf

Browse files
Try default Nextest profile on CI
1 parent 65cd716 commit 2af5caf

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.config/nextest.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,3 @@ test-group = 'sequential'
5151
filter = 'test(deprecated_features)'
5252
priority = 10
5353
test-group = 'sequential'
54-
55-
56-
[profile.ci]
57-
default-filter = "all()"
58-
retries = 4
59-
test-threads = 1

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
run: RUST_HTTP_API_CLIENT_RABBITMQCTL=DOCKER:${{job.services.rabbitmq.id}} bin/ci/before_build.sh
7474

7575
- name: Run tests
76-
run: RUST_BACKTRACE=1 NEXTEST_RETRIES=2 cargo nextest run -j 1 --workspace --no-fail-fast --all-features
76+
run: RUST_BACKTRACE=1 NEXTEST_RETRIES=2 cargo nextest run --workspace --no-fail-fast --all-features

0 commit comments

Comments
 (0)