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"
|
||||
|
||||
- run: |
|
||||
rustup component add clippy
|
||||
rustup component add rustfmt
|
||||
cargo fmt --all -- --check
|
||||
|
||||
clippy:
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
toolchain: "1.59.0"
|
||||
|
||||
- run: |
|
||||
rustup component add rustfmt
|
||||
rustup component add clippy
|
||||
cargo clippy --features=macro -- -D warnings
|
||||
|
||||
boostrap:
|
||||
|
Loading…
x
Reference in New Issue
Block a user