summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d8f6d41..866ae78f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
components: rustfmt
- run: cargo fmt --all -- --check
- # Check clippy.
+ # Check clippy. This doesn't check ARM though.
clippy:
runs-on: ${{ matrix.os }}
strategy:
@@ -45,12 +45,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- # - name: Cache Cargo
- # uses: actions/cache@v1
- # with:
- # path: target
- # key: clippy-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}
-
- uses: actions-rs/toolchain@v1
with:
profile: minimal