Skip to content

Commit

Permalink
Merge torrust#931: ci: coverage workflow pre-build fix
Browse files Browse the repository at this point in the history
daeb7cc ci: coverage workflow pre-build fix (Cameron Garnham)

Pull request description:

ACKs for top commit:
  da2ce7:
    ACK daeb7cc

Tree-SHA512: cb6665fb2937a29067ec2ebeaf1f7a751e3f6410809f237ec3701bdb0304510e6140dfa668a70db8de2b75463086b17c0db539fe2a926680d9165661ffba271c
  • Loading branch information
da2ce7 committed Jul 1, 2024
2 parents d5a8468 + daeb7cc commit d4e3208
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 d4e3208

Please sign in to comment.