chore: remove cargo test (not a lib)
cargo devel CI / cargo CI (push) Successful in 1m11s Details

This commit is contained in:
Christoph J. Scherr 2024-07-09 14:02:03 +02:00
parent f6f0f3b372
commit acdfa840ab
2 changed files with 0 additions and 4 deletions

View File

@ -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:

View File

@ -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: