Open kilianmh opened 1 year ago
Now json-mop can be tested with (asdf:test-system 'json-mop).
(asdf:test-system 'json-mop)
Should the CI be adjust on this line?
https://github.com/gschjetne/json-mop/blob/4080855ec19318d698a248196ff5e48ac9ff87c8/.github/workflows/CI.yml#L73
And changed to something like:
ros -e "(ql:quickload 'json-mop)" -e "(unless (asdf:test-system 'json-mop) (uiop:quit 1))"
Now json-mop can be tested with
(asdf:test-system 'json-mop)
.