From 92fd0861d55240fcff9762f97e8d5e1483ad5f38 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Thu, 24 Feb 2022 13:35:55 +0100 Subject: [PATCH] for #169: add builds without service_account to GitHub Actions matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08fd140..c7d6167 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - features: ["service_account,hyper-rustls", "service_account,hyper-tls", "service_account,hyper-rustls,hyper-tls", "service_account"] + features: ["service_account,hyper-rustls", "service_account,hyper-tls", "service_account,hyper-rustls,hyper-tls", "service_account","hyper-rustls","hyper-tls"] steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1