swap components in ci
This commit is contained in:
parent
6781425de9
commit
adab5e34d4
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
toolchain: "1.59.0"
|
toolchain: "1.59.0"
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
rustup component add clippy
|
rustup component add rustfmt
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
toolchain: "1.59.0"
|
toolchain: "1.59.0"
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
rustup component add rustfmt
|
rustup component add clippy
|
||||||
cargo clippy --features=macro -- -D warnings
|
cargo clippy --features=macro -- -D warnings
|
||||||
|
|
||||||
boostrap:
|
boostrap:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user