Skip to content

Commit 9cb25f1

Browse files
committed
Retry the build three times
1 parent 1be17d4 commit 9cb25f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
src/**/*.hs exe/*.hs
5656
5757
- name: Build
58-
run: cabal build
58+
run: cabal build || cabal build || cabal build
5959
- name: Test
6060
env:
6161
HLS_TEST_EXE: hls

0 commit comments

Comments
 (0)