Skip to content

Commit

Permalink
nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jan 17, 2025
1 parent 1f41010 commit 17817d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[profile.default]
retries = { backoff = "exponential", count = 2, delay = "3s", jitter = true }
slow-timeout = { period = "1m", terminate-after = 3 }
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@cargo-nextest
- name: test
run: cargo test --workspace --all-targets
run: cargo nextest run --workspace --all-targets

feature-checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 17817d8

Please sign in to comment.