generated from PlexSheep/baserepo
This commit is contained in:
parent
d58207cb5d
commit
eba86d542d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cargo.yaml
vendored
4
.github/workflows/cargo.yaml
vendored
|
@ -38,7 +38,9 @@ jobs:
|
|||
- name: cargo fmt
|
||||
run: cargo fmt --all
|
||||
- name: install python
|
||||
run: apt update && apt install libpython3-dev -y
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: cargo test
|
||||
run: cargo test --all-features --all-targets --workspace
|
||||
- name: commit back to repository
|
||||
|
|
Reference in a new issue