Add metadata flag to codegen tests.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -111,6 +111,8 @@ 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: ""}
|
||||||
- {toolchain: nightly, os: windows-latest, experimental: false, flags: ""}
|
- {toolchain: nightly, os: windows-latest, experimental: false, flags: ""}
|
||||||
|
Reference in New Issue
Block a user