generated from PlexSheep/baserepo
fix github ci
cargo devel CI / cargo CI (push) Successful in 54s
Details
cargo devel CI / cargo CI (push) Successful in 54s
Details
This commit is contained in:
parent
d58207cb5d
commit
eba86d542d
|
@ -38,7 +38,9 @@ jobs:
|
||||||
- name: cargo fmt
|
- name: cargo fmt
|
||||||
run: cargo fmt --all
|
run: cargo fmt --all
|
||||||
- name: install python
|
- name: install python
|
||||||
run: apt update && apt install libpython3-dev -y
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.11'
|
||||||
- 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 New Issue