mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 18:03:51 +01:00
Prune the testing matrix (#4456)
This commit is contained in:
parent
a520599fa0
commit
4fdfc76d04
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
@ -7,17 +7,26 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
platform: [windows-latest, macos-latest, ubuntu-latest]
|
||||||
style: [minimal, default, all]
|
style: [all, default, minimal]
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
include:
|
include:
|
||||||
- style: minimal
|
|
||||||
flags: '--no-default-features'
|
|
||||||
- style: default
|
|
||||||
flags: ''
|
|
||||||
- style: all
|
- style: all
|
||||||
flags: '--all-features'
|
flags: '--all-features'
|
||||||
|
- style: default
|
||||||
|
flags: ''
|
||||||
|
- style: minimal
|
||||||
|
flags: '--no-default-features'
|
||||||
|
exclude:
|
||||||
|
- platform: windows-latest
|
||||||
|
style: default
|
||||||
|
- platform: windows-latest
|
||||||
|
style: minimal
|
||||||
|
- platform: macos-latest
|
||||||
|
style: default
|
||||||
|
- platform: macos-latest
|
||||||
|
style: minimal
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user