Skip to content

Commit

Permalink
Fix typo in github actions configuration for #168
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Feb 22, 2022
1 parent 43e31e3 commit 4095db3
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: ["service_accounts,hyper-rustls", "service_accounts,hyper-tls", "service_accounts,hyper-rustls,hyper-tls", "service_accounts"]
features: ["service_account,hyper-rustls", "service_account,hyper-tls", "service_account,hyper-rustls,hyper-tls", "service_account"]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4095db3

Please sign in to comment.