diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fc79314..945736d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -41,6 +41,11 @@ jobs:
           cask
 
       - name: Run tests
-        run: |
-          node -v
-          make test
+        uses: nick-fields/retry@v3
+        with:
+          timeout_seconds: 30
+          max_attempts: 3
+          retry_wait_seconds: 0
+          command: |
+            node -v
+            make test