Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
noughtmare committed Jun 12, 2023
1 parent bb866c1 commit 5d35a26
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.16
# version: 0.16.3
#
# REGENDATA ("0.16",["github","gigaparsec.cabal"])
# REGENDATA ("0.16.3",["github","gigaparsec.cabal"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -167,6 +167,9 @@ jobs:
- name: build
run: |
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --write-ghc-environment-files=always
- name: tests
run: |
$CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=direct
- name: cabal check
run: |
cd ${PKGDIR_gigaparsec} || false
Expand Down

0 comments on commit 5d35a26

Please sign in to comment.