Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-nextest
- run: cargo nextest run --no-tests=warn
- run: cargo nextest run
# Warn-only: this toolchain is rolling (not pinned), which may cause
# unrelated PRs to start failing due to nightly containing new lints.
# Nix clippy checks in ci.yml, which pins the toolchain via a flake.lock,
Expand Down
Loading
Loading