Skip to content

Commit

Permalink
CI: Configure with --enable-tests
Browse files Browse the repository at this point in the history
Fixes #212.
  • Loading branch information
RyanGlScott committed May 21, 2024
1 parent e4b3751 commit e48d1a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e48d1a3

Please sign in to comment.