Bug fix? Use a singleton matrix dimension to force include
to overlap
This commit is contained in:
parent
a76a6c9053
commit
7e2ccf44a5
1 changed files with 7 additions and 3 deletions
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
|
@ -13,12 +13,16 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
singleton: [1]
|
||||
include:
|
||||
- rustalias: stable
|
||||
- singleton: 1
|
||||
rustalias: stable
|
||||
rust: stable
|
||||
- rustalias: msrv
|
||||
- singleton: 1
|
||||
rustalias: msrv
|
||||
rust: '1.70'
|
||||
- rustalias: nightly
|
||||
- singleton: 1
|
||||
rustalias: nightly
|
||||
rust: nightly
|
||||
name: Build and test (${{ matrix.os }}, ${{ matrix.rustalias }})
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Add table
Reference in a new issue