Skip to content

Commit

Permalink
Merge #927: ci: coverage build with two jobs
Browse files Browse the repository at this point in the history
5f3957a ci: coverage build with two jobs (Cameron Garnham)

Pull request description:

ACKs for top commit:
  da2ce7:
    ACK 5f3957a

Tree-SHA512: 4e23a82fa938f12f3490e505f8f1e0294dc2c38c93d4a327c5e51e31786baafeed8d67c249bff843618c624b8bf86f5db078cb119efab00bfc09b66103e8b6dd
  • Loading branch information
da2ce7 committed Jun 30, 2024
2 parents 5077fe3 + 5f3957a commit f85bae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- id: build
name: Pre-build Main Project
run: cargo build
run: cargo build --jobs 2

- id: test
name: Run Unit Tests
Expand Down

0 comments on commit f85bae8

Please sign in to comment.