From 6eb090b839c677b735fa10197e71d95fb7d4098b Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 18 Apr 2022 19:20:35 +0200 Subject: [PATCH] CI: reenable stable rust in test matrix --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1b6f3f..71d4082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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