Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
rustflags: ""
enable-tmate: false
only-clippy-tests-on-pr: false
# GitHub caps the per-repo Actions cache at 10 GB and each matrix target
# keeps its own sccache directory, so size each one at 10 GB / number of
# active targets in .github/target.toml (currently 12) ≈ 850M. Re-derive
# when targets are added or removed.
sccache-max-size: "850M"

release:
name: Release
Expand Down
Loading