Skip to content

Commit

Permalink
Add Cabal-native CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicklas committed Jun 8, 2024
1 parent 42384c9 commit b06059a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ jobs:
name: beam-ci
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix-build release.nix

cabal:
name: Cabal
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
- name: Build
run: cabal build all
- name: Test
run: cabal test all
- name: Build documentation
run: cabal haddock all

0 comments on commit b06059a

Please sign in to comment.