.gitea/workflows: don't clippy check all features
Some checks failed
Some checks failed
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
|
|
||||||
- name: Check clippy
|
- name: Check clippy
|
||||||
run: cargo clippy --all-features -- --deny warnings
|
run: cargo clippy -- --deny warnings
|
||||||
|
|
||||||
check-license:
|
check-license:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cargo nextest run --all-features --release --no-fail-fast
|
cargo nextest run --release --no-fail-fast
|
||||||
env:
|
env:
|
||||||
RUST_LOG: "trace"
|
RUST_LOG: "trace"
|
||||||
RUSTFLAGS: "-Cinstrument-coverage"
|
RUSTFLAGS: "-Cinstrument-coverage"
|
||||||
|
|||||||
Reference in New Issue
Block a user