Skip to content

Commit

Permalink
ci(actions): use mic92/nix-fast-build to run checks in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxels committed Aug 6, 2024
1 parent c031d96 commit 20fbaa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check -L
- name: "Run .#checks in parallel"
run: nix run github:Mic92/nix-fast-build -- --no-nom --skip-cached

0 comments on commit 20fbaa5

Please sign in to comment.