Skip to content

Commit

Permalink
chore(gh): Fix toolchain versions
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 1, 2021
1 parent 8daa1f8 commit a002ea6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
toolchain: stable
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
- name: Default features
run: cargo check --workspace --all-targets
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
- name: Default features
run: cargo test --workspace
Expand All @@ -74,6 +76,7 @@ jobs:
with:
toolchain: 1.40.0 # MSRV
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
- name: Default features
run: cargo check --workspace --all-targets
Expand All @@ -93,6 +96,7 @@ jobs:
with:
toolchain: stable
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
- name: Check documentation
env:
Expand All @@ -109,6 +113,7 @@ jobs:
with:
toolchain: stable
profile: minimal
override: true
components: rustfmt
- uses: Swatinem/rust-cache@v1
- name: Check formatting
Expand All @@ -124,6 +129,7 @@ jobs:
with:
toolchain: 1.40.0 # MSRV
profile: minimal
override: true
components: clippy
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/clippy-check@v1
Expand All @@ -143,6 +149,7 @@ jobs:
with:
toolchain: stable
profile: minimal
override: true
components: clippy
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/clippy-check@v1
Expand Down

0 comments on commit a002ea6

Please sign in to comment.