Skip to content

Commit 1f487d0

Browse files
committed
Symlink for tests to work
Using `cabal run` rather than `cabal test` seems to have changed the working directory for the tests.
1 parent e8341ef commit 1f487d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/haskell-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ jobs:
204204
205205
- name: tests
206206
run: |
207+
ln -s source/share share
207208
PGPASSWORD=test PGDATABASE=test PGUSER=test $CABAL run $ARG_COMPILER $ARG_TESTS $ARG_BENCH --test-show-details=direct test:tests psql
208209
209210
- name: cabal check

0 commit comments

Comments
 (0)