Skip to content

Commit

Permalink
Bug fix? Define all rustalias values in outer tag so that it's not …
Browse files Browse the repository at this point in the history
…a product join
  • Loading branch information
Pr0methean committed Apr 16, 2024
1 parent 9580814 commit 4777dbe
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
singleton: [1]
rustalias: [stable, nightly, msrv]
include:
- singleton: 1
rustalias: stable
- rustalias: stable
rust: stable
- singleton: 1
rustalias: msrv
- rustalias: msrv
rust: '1.70'
- singleton: 1
rustalias: nightly
- rustalias: nightly
rust: nightly
name: 'Build and test: ${{ matrix.os }}, ${{ matrix.rustalias }}'
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4777dbe

Please sign in to comment.