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 69c386b commit e2ee8bbCopy full SHA for e2ee8bb
.github/workflows/tests.yml
@@ -29,7 +29,6 @@ jobs:
29
- uses: dtolnay/rust-toolchain@v1
30
with:
31
toolchain: ${{ matrix.rust }}
32
- override: true
33
- uses: Swatinem/rust-cache@v2
34
- uses: taiki-e/install-action@cargo-hack
35
- run: sudo apt-get update -y
@@ -56,7 +55,6 @@ jobs:
56
55
57
58
toolchain: stable
59
60
components: rustfmt
61
- run: |
62
/bin/bash -c "find src -type f | grep -v auto_bindings | grep -v lib | xargs rustfmt --check"
@@ -74,7 +72,6 @@ jobs:
74
72
75
73
76
77
78
components: clippy
79
80
0 commit comments