Skip to content

Commit f0de8dd

Browse files
committed
ci: pre-build coverage test
1 parent 3f61d04 commit f0de8dd

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
@@ -59,6 +59,10 @@ jobs:
5959
name: Clean Build Directory
6060
run: cargo clean
6161

62+
- id: build
63+
name: Pre-build Main Project
64+
run: cargo build
65+
6266
- id: test
6367
name: Run Unit Tests
6468
run: cargo test --tests --workspace --all-targets --all-features

0 commit comments

Comments
 (0)