mirror of
https://github.com/pmai/Deflate.git
synced 2025-12-21 21:14:29 +01:00
Modernize defsystem, add testsuite
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -45,3 +45,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
ros -e '(ql:quickload "deflate")'
|
||||
- name: test deflate
|
||||
shell: bash
|
||||
run: |
|
||||
ros -e '(ql:quickload "deflate/test")' -e '(if (deflate-test:perform-all-tests) (uiop:quit 0) (uiop:quit 1))'
|
||||
|
||||
Reference in New Issue
Block a user