Skip to content

Commit

Permalink
misc: debug without slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Jul 11, 2024
1 parent 356fdaa commit 3c9602d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ jobs:

- name: "Cargo nextest"
run: |
cargo nextest run --retries 2 --status-level skip --failure-output immediate-final --no-fail-fast --final-status-level slow --features slow_integration_tests
# cargo nextest run --retries 2 --status-level skip --failure-output immediate-final --no-fail-fast --final-status-level slow --features slow_integration_tests
cargo nextest run --retries 2 --status-level skip --failure-output immediate-final --no-fail-fast --final-status-level slow
build:
name: Build Binary | ${{ matrix.name }}
Expand Down

0 comments on commit 3c9602d

Please sign in to comment.