Skip to content

Commit 16e1dcf

Browse files
authored
Update rust.yml
1 parent f4f035f commit 16e1dcf

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/rust.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Update local toolchain
20-
run: |
21-
rustup update
22-
rustup component add clippy
23-
rustup install nightly
24-
25-
- name: Toolchain info
26-
run: |
27-
cargo --version --verbose
28-
rustc --version
29-
cargo clippy --version
30-
31-
- name: Lint
32-
run: |
33-
cd interpol-rs
34-
cargo fmt -- --check
35-
cargo clippy -- -D warnings
36-
37-
- name: Test
38-
run: |
39-
cd interpol-rs
40-
cargo check
41-
cargo test --all
42-
43-
- name: Build
44-
run: |
45-
cd interpol-rs
46-
cargo build --release
20+
run: |
21+
rustup update
22+
rustup component add clippy
23+
rustup install nightly
24+
25+
- name: Toolchain info
26+
run: |
27+
cargo --version --verbose
28+
rustc --version
29+
cargo clippy --version
30+
31+
- name: Lint
32+
run: |
33+
cd interpol-rs
34+
cargo fmt -- --check
35+
cargo clippy -- -D warnings
36+
37+
- name: Test
38+
run: |
39+
cd interpol-rs
40+
cargo check
41+
cargo test --all
42+
43+
- name: Build
44+
run: |
45+
cd interpol-rs
46+
cargo build --release

0 commit comments

Comments
 (0)