CI: reenable stable rust in test matrix

This commit is contained in:
Tomas Janousek 2022-04-18 19:20:35 +02:00
parent 33da311ee9
commit 6eb090b839

View File

@ -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