Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build on GHC 9.10 #480

Merged
merged 13 commits into from
Jan 12, 2025
Prev Previous commit
Disable test suite on CI
  • Loading branch information
alexfmpe committed Jan 12, 2025
commit e9cb12cdf5753c3d1a8ab53f44d686ab6f2664af
5 changes: 3 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -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
Loading