Skip to content

Commit 0df9083

Browse files
committed
--disable-tests
1 parent e6303f5 commit 0df9083

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
@@ -87,8 +87,8 @@ jobs:
8787
- name: Build server
8888
# Try building it twice in case of flakey builds on Windows
8989
run: |
90-
cabal build exe:hls -O2 $LINUX_CABAL_ARGS || \
91-
cabal build exe:hls -O2 $LINUX_CABAL_ARGS -j1
90+
cabal build --disable-tests exe:hls -O2 $LINUX_CABAL_ARGS || \
91+
cabal build --disable-tests exe:hls -O2 $LINUX_CABAL_ARGS -j1
9292
9393
- name: Compress server binary
9494
id: compress_server_binary
@@ -128,7 +128,7 @@ jobs:
128128

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

133133
- name: Compress wrapper binary
134134
if: matrix.ghc == '8.10.7'

0 commit comments

Comments
 (0)