Skip to content

Commit

Permalink
Fix testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed May 20, 2024
1 parent 2bc9659 commit a30428e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/repo-ghc-8.6-cabal-2.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ jobs:
echo "$PWD/.cabal-sandbox/bin" >> $GITHUB_PATH
cabal v1-sandbox init
- name: Install Alex, Happy
- name: Install dependencies
run: |
cabal v1-install alex happy
- name: Install ogma
run: |
cabal v1-install ogma-**/ --enable-tests
cabal v1-install ogma-**/ --enable-tests --run-tests- j1
- name: Test all packages
run: |
cabal v1-install ogma-**/ --enable-tests --run-tests -j1

0 comments on commit a30428e

Please sign in to comment.