Skip to content

Commit a064ed1

Browse files
committed
--disable-tests
1 parent 998534f commit a064ed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
- name: Build server
9191
# Try building it twice in case of flakey builds on Windows
9292
run: |
93-
cabal build exe:hls -O2 $LINUX_CABAL_ARGS || \
94-
cabal build exe:hls -O2 $LINUX_CABAL_ARGS -j1
93+
cabal build --disable-tests exe:hls -O2 $LINUX_CABAL_ARGS || \
94+
cabal build --disable-tests exe:hls -O2 $LINUX_CABAL_ARGS -j1
9595
9696
- name: Compress server binary
9797
id: compress_server_binary
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Build wrapper
133133
if: matrix.ghc == '8.10.7'
134-
run: cabal build exe:hls-wrapper -O2 $LINUX_CABAL_ARGS
134+
run: cabal build --disable-tests exe:hls-wrapper -O2 $LINUX_CABAL_ARGS
135135

136136
- name: Compress wrapper binary
137137
if: matrix.ghc == '8.10.7'

0 commit comments

Comments
 (0)