Skip to content

Commit

Permalink
Enable test running in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kozross committed May 21, 2022
1 parent 0708fea commit 8a64def
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: 'latest'
- name: Configure
run: cabal new-configure
run: cabal new-configure --enable-tests
- name: Freeze
run: cabal freeze
- name: Cache
Expand All @@ -35,3 +35,5 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
- name: Build
run: cabal build
- name: Run tests
run: cabal test

0 comments on commit 8a64def

Please sign in to comment.