Merge branch 'master' of https://git.cscherr.de/PlexSheep/rs-base
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
This commit is contained in:
commit
a7c3f5ba72
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cargo.yaml
vendored
2
.github/workflows/cargo.yaml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: cargo clippy fix
|
- name: cargo clippy fix
|
||||||
run: cargo clippy --fix --all-features --all-targets --workspace
|
run: cargo clippy --fix --all-features --all-targets --workspace
|
||||||
- name: cargo fmt
|
- name: cargo fmt
|
||||||
run: cargo fmt --all
|
run: cargo fmt --all --workspace
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
run: cargo test --all-features --all-targets --workspace
|
run: cargo test --all-features --all-targets --workspace
|
||||||
- name: commit back to repository
|
- name: commit back to repository
|
||||||
|
|
Reference in a new issue