diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 4dc104242..28c1be6d0 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -61,11 +61,11 @@ jobs: - id: build name: Pre-build Main Project - run: cargo build --jobs 2 + run: cargo build --workspace --all-targets --all-features --jobs 2 - id: build_tests name: Pre-build Tests - run: cargo build --tests --jobs 2 + run: cargo build --workspace --all-targets --all-features --tests --jobs 2 - id: test name: Run Unit Tests