Skip to content

Commit

Permalink
ci: coverage workflow pre-build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Jul 1, 2024
1 parent d5a8468 commit daeb7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:

- id: build
name: Pre-build Main Project
run: cargo build --jobs 2
run: cargo build --workspace --all-targets --all-features --jobs 2

- id: build_tests
name: Pre-build Tests
run: cargo build --tests --jobs 2
run: cargo build --workspace --all-targets --all-features --tests --jobs 2

- id: test
name: Run Unit Tests
Expand Down

0 comments on commit daeb7cc

Please sign in to comment.