Run the tests in CI now that we have them.

main
Patrick Thomson 2019-10-31 16:00:58 -04:00
parent 0ca568cbce
commit f168d094d3
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ jobs:
- name: Install dependencies
run: |
cabal v2-update
cabal v2-configure --write-ghc-environment-files=always -j2
cabal v2-configure --enable-tests --write-ghc-environment-files=always -j2
cabal v2-build --only-dependencies
- name: Build & test
run: |
cabal v2-build
cabal v2-run examples
cabal v2-test
cabal v2-haddock
cabal v2-sdist
cabal check