Skip to content

Commit

Permalink
Update implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed May 30, 2024
1 parent 9cb80fc commit 8c061fc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c061fc

Please sign in to comment.