Skip to content

Commit 43da1a5

Browse files
committed
--disable-tests
1 parent e6303f5 commit 43da1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)