Fix Workflow

This commit is contained in:
Cléo Rebert 2022-08-09 11:09:46 +02:00 committed by GitHub
parent 537350ad8b
commit 7a3967f9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -20,20 +20,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: All features
uses: actions/checkout@v2
run: cargo test --all-features
- name: No feature
uses: actions/checkout@v2
run: cargo test
- name: otpauth feature
uses: actions/checkout@v2
run: cargo test --features=otpauth
- name: gen_secret feature
uses: actions/checkout@v2
run: cargo test --features=gen_secret
- name: otpauth+gensecret feature
uses: actions/checkout@v2
run: cargo test --features=gen_secret,otpauth
coverage: