mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 23:04:23 +00:00
chore(ci): Run beta tests on more platforms
This commit is contained in:
parent
ef52be81a5
commit
1d6975540c
1 changed files with 7 additions and 7 deletions
14
.github/workflows/rust-next.yml
vendored
14
.github/workflows/rust-next.yml
vendored
|
@ -7,22 +7,22 @@ jobs:
|
|||
name: Test
|
||||
strategy:
|
||||
matrix:
|
||||
build: [linux, windows, mac, beta, nightly, minimal, default]
|
||||
build: [stable, linux, windows, mac, nightly, minimal, default]
|
||||
include:
|
||||
- build: linux
|
||||
- build: stable
|
||||
os: ubuntu-latest
|
||||
rust: "stable"
|
||||
features: "full"
|
||||
- build: linux
|
||||
os: ubuntu-latest
|
||||
rust: "beta"
|
||||
features: "full"
|
||||
- build: windows
|
||||
os: windows-latest
|
||||
rust: "stable"
|
||||
rust: "beta"
|
||||
features: "full"
|
||||
- build: mac
|
||||
os: macos-latest
|
||||
rust: "stable"
|
||||
features: "full"
|
||||
- build: beta
|
||||
os: ubuntu-latest
|
||||
rust: "beta"
|
||||
features: "full"
|
||||
- build: nightly
|
||||
|
|
Loading…
Reference in a new issue