Use stable for codegen tests.
This commit is contained in:
parent
ee53108d3a
commit
e5fc1272ed
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -178,8 +178,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- {toolchain: nightly, os: ubuntu-latest, experimental: false, flags: "--features metadata"}
|
- {toolchain: stable, os: ubuntu-latest, experimental: false, flags: "--features metadata"}
|
||||||
- {toolchain: nightly, os: windows-latest, experimental: false, flags: "--features metadata"}
|
- {toolchain: stable, os: windows-latest, experimental: false, flags: "--features metadata"}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user