Skip to content

Commit

Permalink
ci: use 2 cores
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Dec 19, 2024
1 parent 5fc9922 commit 71e5130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
name: polkadot
- name: Nix flake check
run: nix flake check -L --max-jobs 1 --option cores 1
run: nix flake check -L --max-jobs 1 --option cores 2
- name: Nix flake develop
run: nix develop
- name: Publish to FlakeHub
Expand Down

0 comments on commit 71e5130

Please sign in to comment.