Skip to content

Commit 0e5dd65

Browse files
committed
?
1 parent e90bc92 commit 0e5dd65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Configure the build
3131
run: |
3232
cabal configure --enable-tests --enable-benchmarks --disable-documentation
33-
cabal build --dry-run
33+
cabal build all --dry-run
3434
3535
- name: Restore cached dependencies
3636
uses: actions/cache/restore@v3
@@ -58,4 +58,4 @@ jobs:
5858
- name: Run tests
5959
run: |
6060
cabal build test
61-
find . -name test -type f -executable -exec sudo {} \;
61+
sudo $(cabal list-bin test)

0 commit comments

Comments
 (0)