Skip to content

Commit 5077fe3

Browse files
committed
Merge torrust#926: ci: pre-build coverage test
f0de8dd ci: pre-build coverage test (Cameron Garnham) Pull request description: ... maybe it will work now... ACKs for top commit: da2ce7: ACK f0de8dd Tree-SHA512: b532a27439ad438a1f249a9888314d41d9646f890185dab092b635c90b21f3dd29d37b9f2cb59a78fabd78c2b0483974b7a6c80948fba81cfbcfab5ba8f742bf
2 parents 3f61d04 + f0de8dd commit 5077fe3

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)