Skip to content

Commit

Permalink
Comment the intent of retries
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Oct 19, 2020
1 parent 9cb25f1 commit 0fa74a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
src/**/*.hs exe/*.hs
- name: Build
# Retry it three times to workaround compiler segfaults in windows
run: cabal build || cabal build || cabal build
- name: Test
env:
Expand Down

0 comments on commit 0fa74a4

Please sign in to comment.