generated from PlexSheep/baserepo
This commit is contained in:
parent
c4921ec364
commit
48a76c7b5f
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,8 @@ jobs:
|
||||||
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
|
||||||
|
- name: install python
|
||||||
|
run: apt update && apt install libpython3-dev
|
||||||
- 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
|
||||||
|
|
2
.github/workflows/cargo.yaml
vendored
2
.github/workflows/cargo.yaml
vendored
|
@ -37,6 +37,8 @@ jobs:
|
||||||
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
|
||||||
|
- name: install python
|
||||||
|
run: apt update && apt install libpython3-dev
|
||||||
- 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