-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c065722
commit 89fc0bb
Showing
6 changed files
with
16 additions
and
6 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 |
---|---|---|
|
@@ -24,17 +24,17 @@ jobs: | |
run: rustup show | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
- name: Install cargo-nextest | ||
- name: Install just, nextest, cargo-llvm-cov, and cargo-hack | ||
uses: taiki-e/install-action@v2 | ||
with: | ||
tool: just,nextest,cargo-llvm-cov | ||
tool: just,nextest,cargo-llvm-cov,cargo-hack | ||
- name: Run cargo doc, deny warnings | ||
run: | | ||
export RUSTDOCFLAGS="-D warnings" | ||
cargo doc --all-features --no-deps | ||
- name: Run cargo clippy | ||
run: | | ||
cargo clippy --all-targets --all-features | ||
cargo hack clippy --feature-powerset | ||
- name: Run tests and collect coverage | ||
run: just ci-test | ||
- name: Upload coverage information | ||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/target | ||
.vscode/launch.json | ||
**/*.rs.bk | ||
*.lcov |
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