Skip to content

Commit

Permalink
chore: use magic nix cache to speed up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Nov 2, 2023
1 parent 4196f34 commit 49f8001
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- uses: DeterminateSystems/magic-nix-cache-action@v2

- name: Test
run: nix develop --command xc test-cover

Expand Down Expand Up @@ -44,6 +46,8 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- uses: DeterminateSystems/magic-nix-cache-action@v2

- name: Lint
run: nix develop --command xc lint

Expand All @@ -56,6 +60,8 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- uses: DeterminateSystems/magic-nix-cache-action@v2

- name: Generate
run: nix develop --command xc generate

Expand Down

0 comments on commit 49f8001

Please sign in to comment.