Skip to content

Commit

Permalink
cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Feb 4, 2025
1 parent 1a924ea commit 47c0911
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: |
cabal update
cabal build --only-dependencies --enable-tests --enable-benchmarks
- name: Build
run: cabal build --enable-tests --enable-benchmarks all
- name: Test
run: cabal test
# - name: Build
# run: cabal build --enable-tests --enable-benchmarks all
# - name: Test
# run: cabal test

# build-966:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 47c0911

Please sign in to comment.