Skip to content

Commit daeb7cc

Browse files
committed
ci: coverage workflow pre-build fix
1 parent d5a8468 commit daeb7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161

6262
- id: build
6363
name: Pre-build Main Project
64-
run: cargo build --jobs 2
64+
run: cargo build --workspace --all-targets --all-features --jobs 2
6565

6666
- id: build_tests
6767
name: Pre-build Tests
68-
run: cargo build --tests --jobs 2
68+
run: cargo build --workspace --all-targets --all-features --tests --jobs 2
6969

7070
- id: test
7171
name: Run Unit Tests

0 commit comments

Comments
 (0)