- Now run-tests catches
SERIOUS-CONDITION
instead ofERROR
and prevents handing of tests in the interactive prompt and timeouts onECL
.
- Shell, used to run all commands was changed from bash to
lispsh -eo pipefail {0}
. This fixes runner for Windows. - Documentation builder workflow switched from
actions/checkout@v3
tov4
version.
Run tests under the qlot. This fixes test running when Roswell and Qlot are restored from cache.
Fixed test running on CLISP
where cl-coveralls installation
fails with error: CFFI requires CLISP compiled with dynamic FFI support
.
Now it is possible to conditionally select if coverage report should be generated.
Fixed issue when tests were run always on sbcl-bin implementation.
Added Coveralls support.
Initial release.