Skip to content

Commit

Permalink
Merge torrust#926: ci: pre-build coverage test
Browse files Browse the repository at this point in the history
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
  • Loading branch information
da2ce7 committed Jun 30, 2024
2 parents 3f61d04 + f0de8dd commit 5077fe3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
name: Clean Build Directory
run: cargo clean

- id: build
name: Pre-build Main Project
run: cargo build

- id: test
name: Run Unit Tests
run: cargo test --tests --workspace --all-targets --all-features
Expand Down

0 comments on commit 5077fe3

Please sign in to comment.