Skip to content

Commit

Permalink
CI: we no longer need --no-capture
Browse files Browse the repository at this point in the history
It is necessary when troubleshooting CI-specific
failures.

Without it, tests run in parallel, which is
what we want most of the time.
  • Loading branch information
michaelklishin committed Dec 23, 2024
1 parent 2fddde5 commit 2e98681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
run: RUST_HTTP_API_CLIENT_RABBITMQCTL=DOCKER:${{job.services.rabbitmq.id}} bin/ci/before_build.sh

- name: Run tests
run: RUST_BACKTRACE=1 NEXTEST_RETRIES=2 cargo nextest run --workspace --no-fail-fast --all-features --no-capture
run: RUST_BACKTRACE=1 NEXTEST_RETRIES=2 cargo nextest run --workspace --no-fail-fast --all-features

0 comments on commit 2e98681

Please sign in to comment.