mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-24 12:24:56 +00:00
CI: reenable stable rust in test matrix
This commit is contained in:
parent
33da311ee9
commit
6eb090b839
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -22,14 +22,15 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
build:
|
build:
|
||||||
|
- stable
|
||||||
- nightly
|
- nightly
|
||||||
- nightly-musl
|
- nightly-musl
|
||||||
- nightly-arm
|
- nightly-arm
|
||||||
- macos
|
- macos
|
||||||
include:
|
include:
|
||||||
#- build: stable
|
- build: stable
|
||||||
# os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
# rust: stable
|
rust: stable
|
||||||
- build: nightly
|
- build: nightly
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
rust: nightly
|
rust: nightly
|
||||||
|
Loading…
Reference in New Issue
Block a user