www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 5e1e1577cea40e55db7845958bbbf2bdacc82cf3
parent 443962b60f9460548a6a9c9cf94f8d19c190bf4a
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sun,  4 Jul 2021 04:38:28 +0100

GitHub Actions: disable fail-fast to see what jobs can pass

Diffstat:
M.github/workflows/ci.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: build: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: racket: ["6.9", "6.10", "6.10.1", "6.11", "6.12", "7.0", "7.1", "7.2", "7.3", "7.4", "7.5", "7.6", "7.7", "7.8", "7.9", "8.0"] racket_cs: [0]