chore(gh): Fix toolchain versions

This commit is contained in:
Ed Page 2021-07-01 16:23:13 -05:00
parent 7f9602fbc4
commit 28002901c4

View file

@ -28,6 +28,7 @@ jobs:
with: with:
toolchain: stable toolchain: stable
profile: minimal profile: minimal
override: true
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- name: Default features - name: Default features
run: cargo check --workspace --all-targets run: cargo check --workspace --all-targets
@ -55,6 +56,7 @@ jobs:
with: with:
toolchain: ${{ matrix.rust }} toolchain: ${{ matrix.rust }}
profile: minimal profile: minimal
override: true
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- name: Default features - name: Default features
run: cargo test --workspace run: cargo test --workspace
@ -74,6 +76,7 @@ jobs:
with: with:
toolchain: 1.53.0 # MSRV toolchain: 1.53.0 # MSRV
profile: minimal profile: minimal
override: true
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- name: Default features - name: Default features
run: cargo check --workspace --all-targets run: cargo check --workspace --all-targets
@ -93,6 +96,7 @@ jobs:
with: with:
toolchain: stable toolchain: stable
profile: minimal profile: minimal
override: true
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- name: Check documentation - name: Check documentation
env: env:
@ -109,6 +113,7 @@ jobs:
with: with:
toolchain: stable toolchain: stable
profile: minimal profile: minimal
override: true
components: rustfmt components: rustfmt
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- name: Check formatting - name: Check formatting
@ -124,6 +129,7 @@ jobs:
with: with:
toolchain: 1.53.0 # MSRV toolchain: 1.53.0 # MSRV
profile: minimal profile: minimal
override: true
components: clippy components: clippy
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- uses: actions-rs/clippy-check@v1 - uses: actions-rs/clippy-check@v1
@ -143,6 +149,7 @@ jobs:
with: with:
toolchain: stable toolchain: stable
profile: minimal profile: minimal
override: true
components: clippy components: clippy
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- uses: actions-rs/clippy-check@v1 - uses: actions-rs/clippy-check@v1