diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index 7563add..2b8cd8f 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -41,10 +41,10 @@ jobs: uses: taiki-e/install-action@cargo-llvm-cov - name: Run doctests - run: cargo test --doc --all-features --workspace --release + run: cargo test --doc --release - name: Run unit tests with code coverage - run: cargo llvm-cov --all-features --release --workspace --lcov --output-path lcov.info + run: cargo llvm-cov --release --lcov --output-path lcov.info - name: Test docs generation run: cargo doc --no-deps --release