We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaa1d6 commit f10dc71Copy full SHA for f10dc71
1 file changed
.github/workflows/rust.yml
@@ -15,6 +15,12 @@ jobs:
15
with:
16
components: rustfmt
17
18
+ - name: use stable rust
19
+ run: rustup override set stable
20
+
21
+ - name: generate Cargo.lock
22
+ run: cargo generate-lockfile
23
24
- name: Run rustfmt
25
run: cargo fmt --all -- --check
26
@@ -65,6 +71,13 @@ jobs:
65
71
uses: dtolnay/rust-toolchain@stable
66
72
67
73
components: clippy
74
75
76
77
78
79
80
68
81
- uses: Swatinem/rust-cache@v2
69
82
70
83
cache-on-failure: true
0 commit comments