-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `Cargo.lock` so that the cache is more effective. * Added one CI job that runs `check` without this, to make sure a fresh solve still works. * Separated `fmt` and `clippy` into their own jobs for faster feedback. * Fixed `rust-cache` to actually be used in builds. * Added [mold](https://github.com/rui314/mold) linker to Linux builds for faster builds * Separated build and test steps so it's easier to see where time is spend * Remote single-threaded requirement from `linux-arm` CI job, so those tests run faster.
- Loading branch information
Showing
5 changed files
with
19,097 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,6 @@ wheelhouse | |
|
||
# Rust | ||
target | ||
Cargo.lock | ||
**/sccache.log | ||
|
||
# c++ lsp | ||
|
Oops, something went wrong.