We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6303f5 commit 43da1a5Copy full SHA for 43da1a5
.github/workflows/build.yml
@@ -87,8 +87,8 @@ jobs:
87
- name: Build server
88
# Try building it twice in case of flakey builds on Windows
89
run: |
90
- cabal build exe:hls -O2 $LINUX_CABAL_ARGS || \
91
- cabal build exe:hls -O2 $LINUX_CABAL_ARGS -j1
+ cabal build --disable-tests exe:hls -O2 $LINUX_CABAL_ARGS || \
+ cabal build --disable-tests exe:hls -O2 $LINUX_CABAL_ARGS -j1
92
93
- name: Compress server binary
94
id: compress_server_binary
0 commit comments