summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-06-19 17:26:23 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-06-19 17:41:44 +0200
commit99e4b847eda726b2a8c1fe1ba538617b2f0f0086 (patch)
treecd430981b5e11eebcab57157f2e85d44654b528b
parenta2598c23084587d4d911e47bdf6e2a59ede589b3 (diff)
Remove "minimal" setting, as workflow does not support this key
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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