Bug fix? Define all rustalias
values in outer tag so that it's not a product join
This commit is contained in:
parent
9580814d74
commit
4777dbe5f8
1 changed files with 4 additions and 7 deletions
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
|
@ -13,16 +13,13 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
singleton: [1]
|
rustalias: [stable, nightly, msrv]
|
||||||
include:
|
include:
|
||||||
- singleton: 1
|
- rustalias: stable
|
||||||
rustalias: stable
|
|
||||||
rust: stable
|
rust: stable
|
||||||
- singleton: 1
|
- rustalias: msrv
|
||||||
rustalias: msrv
|
|
||||||
rust: '1.70'
|
rust: '1.70'
|
||||||
- singleton: 1
|
- rustalias: nightly
|
||||||
rustalias: nightly
|
|
||||||
rust: nightly
|
rust: nightly
|
||||||
name: 'Build and test: ${{ matrix.os }}, ${{ matrix.rustalias }}'
|
name: 'Build and test: ${{ matrix.os }}, ${{ matrix.rustalias }}'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue