Skip to content

Commit

Permalink
Update feature matrix for github test action configuration for #168
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Feb 22, 2022
1 parent 9b81a71 commit 43e31e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
features: ["hyper-rustls", "hyper-tls", "hyper-rustls,hyper-tls", ""]
features: ["service_accounts,hyper-rustls", "service_accounts,hyper-tls", "service_accounts,hyper-rustls,hyper-tls", "service_accounts"]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 43e31e3

Please sign in to comment.