Skip to content

Commit

Permalink
Re-enable Magic Nix Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jan 29, 2025
1 parent 65c6ecb commit 37445f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v9

# Evaluate the devshell here so that the time reported for subsequent
# steps that use it reflect what is actually done there.
Expand All @@ -42,6 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v9

- name: Integration tests
run: nix develop --command cargo test integration_tests -- --ignored --test-threads=1
Expand All @@ -64,6 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v9

- name: Build
run: nix build -L .#${{ matrix.package }}
Expand Down

0 comments on commit 37445f7

Please sign in to comment.