-
Notifications
You must be signed in to change notification settings - Fork 7
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
3cb635d
commit b38fb92
Showing
8 changed files
with
279 additions
and
91 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 |
---|---|---|
|
@@ -25,12 +25,12 @@ jobs: | |
run: cargo fmt -- --check | ||
|
||
- name: Clippy | ||
run: cargo clippy --workspace --all-targets | ||
run: cargo clippy --workspace --all-targets --all-features | ||
|
||
- name: Test | ||
run: | | ||
cargo test --workspace --all-targets | ||
cargo test --workspace --doc | ||
cargo test --workspace --all-targets --all-features | ||
cargo test --workspace --doc --all-features | ||
msrv: | ||
runs-on: ubuntu-latest | ||
|
@@ -42,8 +42,8 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/[email protected] | ||
|
||
- name: Test | ||
run: cargo test | ||
- name: Build | ||
run: cargo build --all-features | ||
|
||
generated: | ||
runs-on: ubuntu-latest | ||
|
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 +1,2 @@ | ||
/target | ||
/.vscode |
Oops, something went wrong.