Skip to content

Commit

Permalink
CI: do not capture test output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 23, 2024
1 parent 9b1402a commit f184eca
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=4 cargo nextest run --workspace --no-fail-fast --all-features
run: RUST_BACKTRACE=1 NEXTEST_RETRIES=2 cargo nextest run --workspace --no-fail-fast --all-features --no-capture

0 comments on commit f184eca

Please sign in to comment.