Expand testing and linting
Some checks failed
Cargo CI / Pipeline (pull_request) Failing after 2m10s
Some checks failed
Cargo CI / Pipeline (pull_request) Failing after 2m10s
This commit is contained in:
parent
b3b17ae2c5
commit
0e67f6e4f9
@ -16,6 +16,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: cargo build --verbose --all-features --all-targets
|
- run: cargo build --verbose --all-features --all-targets
|
||||||
- run: cargo test --verbose --all-features --lib --bins
|
- run: cargo test --verbose --all-features --lib --bins --no-fail-fast
|
||||||
- run: cargo clippy --verbose --all-features -- -D warnings
|
- run: cargo clippy --verbose --all-features --all-targets -- -D warnings
|
||||||
- run: cargo fmt --verbose -- --check
|
- run: cargo fmt --verbose -- --check
|
||||||
|
Loading…
Reference in New Issue
Block a user