We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1aa38d commit 4958f48Copy full SHA for 4958f48
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
toolchain: ${{ matrix.rust }}
34
profile: minimal
35
+ override: true
36
components: clippy
37
38
- name: Cache
@@ -62,6 +63,7 @@ jobs:
62
63
64
toolchain: stable
65
66
67
components: rustfmt
68
69
- name: Run rustfmt
@@ -78,6 +80,7 @@ jobs:
78
80
79
81
82
83
84
85
86
uses: Swatinem/rust-cache@v2
0 commit comments