Skip to content

Commit

Permalink
Use upstream nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Apr 2, 2024
1 parent 29e713d commit 8cebef2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[profile.default]
fail-fast = false
slow-timeout = { period = '5m', terminate-after = 2 }
archive-include = ["debug/jassets", "release/jassets"]
archive-include = [
{ path = "debug/jassets", relative-to = "target" },
{ path = "reelase/jassets", relative-to = "target" },
]

# Overwrites profile.default when the filter matches
[[profile.default.overrides]]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# uses: taiki-e/install-action@v2
# with:
# tool: nextest@0.9.57
- run: cargo install --git https://github.com/rukai/nextest --branch archive-include-legacy cargo-nextest
- run: cargo install --git https://github.com/nextest-rs/nextest --rev 95921534f18fde74ae5c3c04f63abb412cc0dd4d cargo-nextest
- name: Build tests
run: |
cargo test --doc ${{ matrix.cargo_flags }} --all-features -- --show-output --nocapture
Expand Down

0 comments on commit 8cebef2

Please sign in to comment.