Skip to content

Commit 603fc7d

Browse files
Add ghc environment files to the CI for doctest
When running doctest outside of a nix-shell, it is failing to find build depends. Change-Id: I7aaa4e9f1f4b656ca76003643a98aaf04b1d07b4
1 parent 43b266a commit 603fc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
${{ runner.os }}-${{ matrix.ghc }}-
2929
${{ runner.os }}-
3030
- run: cabal update
31-
- run: cabal build --enable-tests --flags=ci all
31+
- run: cabal build --enable-tests --flags=ci all --write-ghc-environment-files=always
3232
- run: cabal test --enable-tests --flags=ci --test-show-details=direct all
3333
- run: cabal haddock all
3434
- run: cabal sdist all

0 commit comments

Comments
 (0)