for #169: add builds without service_account to GitHub Actions matrix

This commit is contained in:
Lewin Bormann
2022-02-24 13:35:55 +01:00
parent 4095db3b3e
commit 92fd0861d5

View File

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