diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d860134..106120c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,9 @@ jobs: - name: Typecheck python code working-directory: ./python run: poetry run mypy --install-types --non-interactive argo_client + - name: Configure + run: | + cabal configure --enable-tests - name: Build run: | cabal build all