Move flags into include.
This commit is contained in:
parent
961e5a6cd8
commit
35394e170a
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -111,11 +111,9 @@ jobs:
|
|||||||
continue-on-error: ${{matrix.experimental}}
|
continue-on-error: ${{matrix.experimental}}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
flags:
|
|
||||||
- "--features metadata"
|
|
||||||
include:
|
include:
|
||||||
- {toolchain: nightly, os: ubuntu-latest, experimental: false, flags: ""}
|
- {toolchain: nightly, os: ubuntu-latest, experimental: false, flags: "--features metadata"}
|
||||||
- {toolchain: nightly, os: windows-latest, experimental: false, flags: ""}
|
- {toolchain: nightly, os: windows-latest, experimental: false, flags: "--features metadata"}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user