Skip to content

Commit

Permalink
ci: add impure to check
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jan 20, 2025
1 parent 701cd59 commit 5b975f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix flake check --show-trace --print-build-logs
- run: nix flake check --show-trace --print-build-logs --impure
release:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'mirkolenz' && github.event_name == 'push' }}
Expand Down

0 comments on commit 5b975f8

Please sign in to comment.