diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5308d79..e6bbb85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: matrix: # current ccl-bin has a flaky zip file, so roswell can't install it. # Specify a version that works for now. - lisp: [sbcl-bin, ccl-bin/1.12] + lisp: [sbcl-bin] os: [ windows-latest, ubuntu-latest, macos-latest] # run the job on every combination of "lisp" and "os" above diff --git a/osc-tests.lisp b/osc-tests.lisp index ff8b8ca..4595672 100644 --- a/osc-tests.lisp +++ b/osc-tests.lisp @@ -57,7 +57,7 @@ ;; - error catching, junk data (defun osc-test () - (format t "osc tests: ~a" + (format t "some osc tests: ~a" (list (osc-t2) (osc-t3) (osc-t4) (osc-t5) (osc-t6) (osc-t7)