Skip to content

Commit

Permalink
fixup! Add GitHub Action CI
Browse files Browse the repository at this point in the history
  • Loading branch information
magthe committed Aug 2, 2023
1 parent 7a69149 commit ec887b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix develop -c cabal test all
- run: NIX_BUILD_SHELL=y nix develop --impure -c cabal test all

0 comments on commit ec887b4

Please sign in to comment.