Skip to content

Commit

Permalink
Disable test suite on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jan 12, 2025
1 parent 261da5c commit e9cb12c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
cabal build --only-dependencies --enable-tests --enable-benchmarks all
- name: Build
run: cabal build --enable-tests --enable-benchmarks all
- name: Run tests
run: cabal test all
# Temporarily disabled until either a newer hlint is released or chrome-test-utils is released on hackage
# - name: Run tests
# run: cabal test all

0 comments on commit e9cb12c

Please sign in to comment.