Skip to content

Commit

Permalink
minimal → variant
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Dec 10, 2020
1 parent a08fc54 commit 55d9830
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -30,7 +30,6 @@ jobs:
strategy:
fail-fast: false
matrix:
minimal: [false]
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
Expand All @@ -56,7 +55,7 @@ jobs:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
toolchain: nightly
minimal: true
variant: minimal

steps:
- uses: actions/checkout@v2
Expand All @@ -68,7 +67,7 @@ jobs:
override: true
- run: ${{ matrix.deps }}
- name: Maybe minimal
if: ${{ matrix.minimal }}
if: ${{ matrix.variant == 'minimal' }}
run: cargo generate-lockfile -Z minimal-versions
- name: Maybe nightly
if: ${{ matrix.toolchain == 'nightly' }}
Expand Down

0 comments on commit 55d9830

Please sign in to comment.