generated from PlexSheep/baserepo
This commit is contained in:
parent
c4921ec364
commit
05c43d1b3f
2 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ jobs:
|
|||
run: cargo clippy --fix --all-features --all-targets --workspace
|
||||
- name: cargo fmt
|
||||
run: cargo fmt --all
|
||||
- uses: https://github.com/actions/setup-python@v4
|
||||
- name: cargo test
|
||||
run: cargo test --all-features --all-targets --workspace
|
||||
- name: commit back to repository
|
||||
|
|
1
.github/workflows/cargo.yaml
vendored
1
.github/workflows/cargo.yaml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
run: cargo clippy --fix --all-features --all-targets --workspace
|
||||
- name: cargo fmt
|
||||
run: cargo fmt --all
|
||||
- uses: actions/setup-python@v4
|
||||
- name: cargo test
|
||||
run: cargo test --all-features --all-targets --workspace
|
||||
- name: commit back to repository
|
||||
|
|
Reference in a new issue