Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eldr-io/hastl
Browse files Browse the repository at this point in the history
  • Loading branch information
sigrdrifa committed Jun 8, 2024
2 parents d42c056 + 42eb742 commit 6586e01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-haskell@v1
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.4.8'
ghc-version: '9.4'
cabal-version: '3.6'

- name: Cache
Expand All @@ -40,4 +40,4 @@ jobs:
- name: Build
run: cabal build --enable-tests --enable-benchmarks all
- name: Run tests
run: cabal test all
run: make test

0 comments on commit 6586e01

Please sign in to comment.