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 d47ab9e commit bd65733Copy full SHA for bd65733
.github/workflows/ci.yml
@@ -239,6 +239,7 @@ jobs:
239
with:
240
toolchain: beta
241
target: ${{ matrix.target }}
242
+ cache: false
243
- if: ${{ matrix.cross }}
244
run: cargo +beta install cross --git https://github.com/cross-rs/cross
245
env:
@@ -404,6 +405,7 @@ jobs:
404
405
406
407
components: clippy
408
409
- run: cargo +beta clippy --all-targets ${{ matrix.features }} -- -Dwarnings
410
pre-commit:
411
runs-on: ubuntu-24.04
@@ -427,4 +429,5 @@ jobs:
427
429
428
430
toolchain: nightly
431
components: rustfmt
432
433
- run: cargo +nightly fmt --check
0 commit comments