There was an error while loading. Please reload this page.
1 parent 6b6081e commit 25e725fCopy full SHA for 25e725f
1 file changed
.github/workflows/rust.yml
@@ -65,7 +65,7 @@ jobs:
65
toolchain: ${{ matrix.rust }}
66
components: rustfmt
67
68
- - uses: Swatinem/rust-cache@v2
+ # - uses: Swatinem/rust-cache@v2
69
70
- uses: actions/checkout@v4
71
@@ -126,7 +126,7 @@ jobs:
126
with:
127
toolchain: stable
128
components: rustfmt, clippy
129
130
- run: cargo fmt --all -- --check
131
name: fmt
132
@@ -183,4 +183,4 @@ jobs:
183
git fetch
184
git checkout ${{ github.base_ref }}
185
cargo bench --all-features -- --measurement-time 15 --save-baseline base
186
- critcmp base changes
+ critcmp base changes
0 commit comments