osculated
This commit is contained in:
parent
4bd19dc8a1
commit
01fa055ff3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue