-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/cargo/cargo-a6b8b6006b
- Loading branch information
Showing
5 changed files
with
85 additions
and
75 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Install cargo-binstall | ||
uses: cargo-bins/[email protected].7 | ||
uses: cargo-bins/[email protected].8 | ||
|
||
- name: Build | ||
run: cargo build --release | ||
|
@@ -61,7 +61,7 @@ jobs: | |
cache-all-crates: true | ||
|
||
- name: Install cargo-binstall | ||
uses: cargo-bins/[email protected].7 | ||
uses: cargo-bins/[email protected].8 | ||
|
||
- name: Install cargo-llvm-cov | ||
run: cargo binstall --no-confirm --force cargo-llvm-cov | ||
|
@@ -140,7 +140,7 @@ jobs: | |
cache-all-crates: true | ||
|
||
- name: Install cargo-binstall | ||
uses: cargo-bins/[email protected].7 | ||
uses: cargo-bins/[email protected].8 | ||
|
||
- name: Format check | ||
run: cargo fmt --check --all | ||
|
@@ -186,7 +186,7 @@ jobs: | |
./main | ||
- name: Install cargo-binstall | ||
uses: cargo-bins/[email protected].7 | ||
uses: cargo-bins/[email protected].8 | ||
|
||
- name: Performance analysis on PR | ||
run: cargo bench --workspace -- --output-format bencher | tee benchmarks.txt | ||
|
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
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