From 68dc4de17762b268c20e1409774aa76d765f604b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Endsj=C3=B8?= Date: Tue, 12 Mar 2024 21:58:12 +0100 Subject: [PATCH] Test more implementations Using a temporary branch: https://github.com/40ants/setup-lisp/issues/24 --- .github/workflows/tests.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index effacfb..49a1b3f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -5,26 +5,26 @@ jobs: matrix: os: - ubuntu-latest - # - macos-latest + - macos-latest # - windows-latest lisp: - sbcl-bin - # - ecl - # - ccl-bin - # - abcl-bin + - ecl + - ccl-bin + - abcl-bin # - clasp-bin - # - cmu-bin # - clisp-head + # - cmu-bin runs-on: ${{ matrix.os }} env: LISP: ${{ matrix.lisp }} steps: - uses: actions/checkout@v4 - - uses: 40ants/setup-lisp@v4 + - uses: 40ants/setup-lisp@fix-ql-fix-loading with: asdf-system: sijo-version qlfile-template: | dist ultralisp http://dist.ultralisp.org - uses: 40ants/run-tests@v2 with: - asdf-system: sijo-version/tests + asdf-system: sijo-version