diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a31171b9d4..1a9b3e364b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,9 +94,13 @@ jobs: uses: Swatinem/rust-cache@v2.7.3 - name: Run tests - run: | - cd crates/wasm-test-runner - ./run.sh + uses: nick-fields/retry@v3 + with: + timeout_minutes: 10 + max_attempts: 3 + command: | + cd crates/wasm-test-runner + ./run.sh - name: Run build run: |