Skip to content

Commit

Permalink
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 13f700f commit 4420930
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Run tests"
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: NIX_BUILD_SHELL=y nix develop --impure -c cabal test all

0 comments on commit 4420930

Please sign in to comment.