mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Support both cabal and stack in the test-suite. (#139)
This commit is contained in:
parent
c70f456ee8
commit
61fd6bc743
6 changed files with 34 additions and 25 deletions
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
|
|
@ -36,3 +36,5 @@ jobs:
|
|||
cabal build --only-dependencies --enable-tests --enable-benchmarks
|
||||
- name: Build
|
||||
run: cabal build
|
||||
- name: Test
|
||||
run: cabal test
|
||||
|
|
|
|||
Loading…
Reference in a new issue