Skip to content

Commit

Permalink
Run tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonascarpay committed Feb 5, 2022
1 parent 7dfee6b commit c4b874a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
- name: Build PureNix devShells
run: nix build -L '.#devShells.x86_64-linux.hacking-on-purenix' '.#devShells.x86_64-linux.use-purenix'

- name: Run tests
run: |
cd test
nix develop '..#devShells.x86_64-linux.use-purenix' -c spago build
nix eval -f output/Tests suite
cabal-build:
name: Cabal GHC ${{ matrix.ghc }} on ${{ matrix.os }} (${{ matrix.required }})
strategy:
Expand Down

0 comments on commit c4b874a

Please sign in to comment.