diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31a7dda..912bc40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,7 @@ jobs: ~/.cargo/registry/cache target key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }} + - run: cargo test --all-features coverage: name: Coverage runs-on: ubuntu-latest