Skip to content

Commit

Permalink
ci: Add -j$(nproc) to nix-build invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Oct 3, 2023
1 parent a9e9e52 commit 3a88c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: coliasgroup
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build and check
run: make -C hacking/ci/github-actions check
run: make -C hacking/ci/github-actions check J=$(nproc)
- name: Expose docs
run: make -C hacking/ci/github-actions docs
- name: Upload Pages artifact
Expand Down

0 comments on commit 3a88c2c

Please sign in to comment.