From cfdecb29eb7ce535fd7445580bac9794948f7338 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 21 May 2024 07:47:31 -0400 Subject: [PATCH] CI: Configure with --enable-tests Fixes #212. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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