Skip to content

Commit

Permalink
simplifying testing:
Browse files Browse the repository at this point in the history
- clippy runs on stable
- testing runs on msrv only
  • Loading branch information
sanbox-irl committed Sep 18, 2023
1 parent 0089492 commit 4c80d0d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -19,11 +19,6 @@ jobs:
name: Run linter
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'

strategy:
matrix:
rust: ["1.70"]

env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
Expand All @@ -33,7 +28,6 @@ jobs:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
rust-version: ${{ matrix.rust }}
- name: Cache cargo directories
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -80,7 +74,6 @@ jobs:
fail-fast: false
matrix:
rust:
- stable
- "1.70"
os:
- ubuntu-latest
Expand Down

0 comments on commit 4c80d0d

Please sign in to comment.