Skip to content

Commit

Permalink
fix(tests): temporarily run a single test with verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jan 25, 2025
1 parent 59c5751 commit f1cc292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Test (default features)
timeout-minutes: 6
run: cargo test -- --nocapture
run: cargo test can_schedule_retries_if_request_fails -- --nocapture

- name: Build (default features)
run: cargo build --release
Expand Down

0 comments on commit f1cc292

Please sign in to comment.