Skip to content

Commit ebefc82

Browse files
authored
Update rust.yml
FIxed CI?
1 parent 16e1dcf commit ebefc82

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,26 @@ jobs:
2020
run: |
2121
rustup update
2222
rustup component add clippy
23-
rustup install nightly
23+
rustup install nightly
24+
rustup override set nightly
2425
2526
- name: Toolchain info
2627
run: |
2728
cargo --version --verbose
2829
rustc --version
29-
cargo clippy --version
30+
cargo clippy --version
3031
3132
- name: Lint
3233
run: |
3334
cd interpol-rs
3435
cargo fmt -- --check
35-
cargo clippy -- -D warnings
36+
cargo clippy -- -D warnings
3637
3738
- name: Test
3839
run: |
3940
cd interpol-rs
4041
cargo check
41-
cargo test --all
42+
cargo test --all
4243
4344
- name: Build
4445
run: |

0 commit comments

Comments
 (0)