osculated

This commit is contained in:
nik gaffney 2022-09-29 11:21:12 +02:00
parent 4bd19dc8a1
commit 01fa055ff3
Signed by: nik
GPG key ID: 989F5E6EDB478160
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)