Skip to content

Commit

Permalink
screened 2024-02-25 22:21:19+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
hsenag committed Feb 25, 2024
1 parent 8af4977 commit 1f98215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- os: windows-2019
ghc: 8.2.2
env:
builddocs: ${{ matrix.ghc == '9.4.5' }}
runtests: ${{ matrix.ghc == '8.4.4' || matrix.ghc == '9.4.5' }}
builddocs: ${{ matrix.ghc == '9.8.1' }}
runtests: ${{ matrix.ghc == '8.6.5' || matrix.ghc == '9.8.1' }}
tests-to-run: # e.g. -t=EXAMPLE
testcmd: cabal run -- darcs-test -j=6 -f=123 -i=yn -c=yn --hide
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand Down

0 comments on commit 1f98215

Please sign in to comment.