Skip to content

Commit

Permalink
ci: coverage workflow add pre-build-test step
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Jun 30, 2024
1 parent f85bae8 commit 16d4cb6
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 16d4cb6

Please sign in to comment.