generated from PlexSheep/rs-base
chore: remove cargo test (not a lib)
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
This commit is contained in:
parent
f6f0f3b372
commit
acdfa840ab
|
@ -36,8 +36,6 @@ jobs:
|
|||
run: cargo clippy --fix --all-features --all-targets --workspace
|
||||
- name: cargo fmt
|
||||
run: cargo fmt --all
|
||||
- name: cargo test
|
||||
run: cargo test --all-features --all-targets --workspace && cargo test --all-features --workspace --doc
|
||||
- name: commit back to repository
|
||||
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
|
|
@ -37,8 +37,6 @@ jobs:
|
|||
run: cargo clippy --fix --all-features --all-targets --workspace
|
||||
- name: cargo fmt
|
||||
run: cargo fmt --all
|
||||
- name: cargo test
|
||||
run: cargo test --all-features --all-targets --workspace && cargo test --all-features --workspace --doc
|
||||
- name: commit back to repository
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
|
Reference in New Issue