Skip to content

Commit

Permalink
ci: pre-build coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Jun 29, 2024
1 parent 3f61d04 commit f0de8dd
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 f0de8dd

Please sign in to comment.