From f168d094d3920df68c7fdf91457f800cee2f503a Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Thu, 31 Oct 2019 16:00:58 -0400 Subject: [PATCH] Run the tests in CI now that we have them. --- .github/workflows/haskell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 84adab5..e61f342 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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