ci: do not collect coverage from pull request any more (#5364)

* ci: do not collect coverage from pull request any more

* fix: disable toolchain cache
This commit is contained in:
Ning Sun
2025-01-15 17:33:49 +08:00
committed by GitHub
parent 0185a65905
commit 121ec7936f
4 changed files with 61 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-10-19"
components = ["rust-analyzer"]
components = ["rust-analyzer", "llvm-tools"]