Skip to content

Commit 2187e6c

Browse files
committed
Merge torrust#928: ci: coverage workflow add pre-build-test step
16d4cb6 ci: coverage workflow add pre-build-test step (Cameron Garnham) Pull request description: ACKs for top commit: da2ce7: ACK 16d4cb6 Tree-SHA512: 42b8888c4b9072817da7d5e7465b8af46e1e81afb9bccdd98823de73446054e6742b38bba236cfdcc18225288dabad8e7d3cf08add210bab1bd90155e9ce0058
2 parents f85bae8 + 16d4cb6 commit 2187e6c

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)