summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-06-19 17:50:39 +0200
committerGitHub <noreply@github.com>2022-06-19 17:50:39 +0200
commita4c09052caa9830554515f337dd127ff3d2fbbd1 (patch)
treecd430981b5e11eebcab57157f2e85d44654b528b
parenta2598c23084587d4d911e47bdf6e2a59ede589b3 (diff)
parent99e4b847eda726b2a8c1fe1ba538617b2f0f0086 (diff)
Merge pull request #348 from matthiasbeyer/fix-workflows
actions: Remove "minimal" setting, as workflow does not support this key
-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