diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 7e929030..4dc10424 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -63,6 +63,10 @@ jobs: name: Pre-build Main Project run: cargo build --jobs 2 + - id: build_tests + name: Pre-build Tests + run: cargo build --tests --jobs 2 + - id: test name: Run Unit Tests run: cargo test --tests --workspace --all-targets --all-features