summaryrefslogtreecommitdiffstats
path: root/.github/workflows/msrv.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/msrv.yml')
-rw-r--r--.github/workflows/msrv.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index 12170a0..b1a4168 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -22,7 +22,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
- minimal: true
override: true
- name: Run cargo check
@@ -57,7 +56,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
- minimal: true
override: true
- name: Run cargo test
@@ -100,7 +98,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
- minimal: true
override: true
components: rustfmt
@@ -128,7 +125,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
- minimal: true
override: true
components: clippy
@@ -156,7 +152,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
- minimal: true
override: true
- name: Run cargo check