mirror of
https://github.com/encounter/ppc750cl.git
synced 2025-08-17 01:21:33 +00:00
Fix CI
This commit is contained in:
parent
25cdef4d34
commit
a15c909240
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: cargo check
|
- name: cargo check
|
||||||
run: cargo check --all --all-features --tests
|
run: cargo check --all --all-features --tests
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
run: cargo test
|
run: cargo test --no-default-features
|
||||||
- name: cargo clippy
|
- name: cargo clippy
|
||||||
run: cargo clippy --all --all-features --tests
|
run: cargo clippy --all --all-features --tests
|
||||||
- name: cargo fmt
|
- name: cargo fmt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user