Skip to content

Commit 16d4cb6

Browse files
committed
ci: coverage workflow add pre-build-test step
1 parent f85bae8 commit 16d4cb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/coverage.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
name: Pre-build Main Project
6464
run: cargo build --jobs 2
6565

66+
- id: build_tests
67+
name: Pre-build Tests
68+
run: cargo build --tests --jobs 2
69+
6670
- id: test
6771
name: Run Unit Tests
6872
run: cargo test --tests --workspace --all-targets --all-features

0 commit comments

Comments
 (0)