Support both cabal and stack in the test-suite. (#139)

This commit is contained in:
David Himmelstrup 2020-08-25 09:57:39 +08:00 committed by GitHub
commit 61fd6bc743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 34 additions and 25 deletions

View file

@ -36,3 +36,5 @@ jobs:
cabal build --only-dependencies --enable-tests --enable-benchmarks
- name: Build
run: cabal build
- name: Test
run: cabal test