From 0fa74a4023707159ebf164769bbf33ee5c18554e Mon Sep 17 00:00:00 2001 From: jneira Date: Mon, 19 Oct 2020 23:29:50 +0200 Subject: [PATCH] Comment the intent of retries --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index beb89edb37..2f8693bf94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: