From 7a3967f9a9df75da28bd765b5cf33f0073d9dfaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9o=20Rebert?= Date: Tue, 9 Aug 2022 11:09:46 +0200 Subject: [PATCH] Fix Workflow --- .github/workflows/rust.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bd8f9d0..ee7fe1b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: