Skip to content

Commit

Permalink
Merge torrust#928: ci: coverage workflow add pre-build-test step
Browse files Browse the repository at this point in the history
16d4cb6 ci: coverage workflow add pre-build-test step (Cameron Garnham)

Pull request description:

ACKs for top commit:
  da2ce7:
    ACK 16d4cb6

Tree-SHA512: 42b8888c4b9072817da7d5e7465b8af46e1e81afb9bccdd98823de73446054e6742b38bba236cfdcc18225288dabad8e7d3cf08add210bab1bd90155e9ce0058
  • Loading branch information
da2ce7 committed Jun 30, 2024
2 parents f85bae8 + 16d4cb6 commit 2187e6c
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 @@ -63,6 +63,10 @@ jobs:
name: Pre-build Main Project
run: cargo build --jobs 2

- id: build_tests
name: Pre-build Tests
run: cargo build --tests --jobs 2

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

0 comments on commit 2187e6c

Please sign in to comment.