mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-08 14:00:37 +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:
|
||||
matrix:
|
||||
build:
|
||||
- stable
|
||||
- nightly
|
||||
- nightly-musl
|
||||
- nightly-arm
|
||||
- macos
|
||||
include:
|
||||
#- build: stable
|
||||
# os: ubuntu-18.04
|
||||
# rust: stable
|
||||
- build: stable
|
||||
os: ubuntu-18.04
|
||||
rust: stable
|
||||
- build: nightly
|
||||
os: ubuntu-18.04
|
||||
rust: nightly
|
||||
|
Loading…
Reference in New Issue
Block a user