From 8c061fca743a6dbbd871b68123c3a2e856049876 Mon Sep 17 00:00:00 2001 From: "Tarn W. Burton" Date: Thu, 30 May 2024 08:27:01 -0400 Subject: [PATCH] Update implementations --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f10def..6714147 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,15 +13,20 @@ jobs: run: shell: bash -l {0} strategy: + fail-fast: false matrix: lisp: - abcl + - acl + - ccl - clasp + - cmucl + - ecl - sbcl - fail-fast: false runs-on: ubuntu-latest container: image: ghcr.io/yitzchak/archlinux-cl:latest + options: --security-opt seccomp:unconfined steps: - name: Checkout nontrivial-gray-streams uses: actions/checkout@v4