Skip to content

Commit

Permalink
Escape
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jan 15, 2025
1 parent 8323f96 commit 9cc4683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
- name: load code and run tests
shell: bash
run: |
ros -e '(handler-bind (#+asdf3.2(asdf:bad-SYSTEM-NAME (function MUFFLE-WARNING))) (handler-case (ql:quickload :sento/tests) (serious-condition (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 1))))' -e '(handler-case (unless (5am:run! 'senti.tests:test-suite) (uiop:quit 1)) (serious-condtion (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 1)))'
ros -e '(handler-bind (#+asdf3.2(asdf:bad-SYSTEM-NAME (function MUFFLE-WARNING))) (handler-case (ql:quickload :sento/tests) (serious-condition (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 1))))' \
-e '(handler-case (unless (5am:run! \'senti.tests:test-suite) (uiop:quit 1)) (serious-condtion (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 1)))'

0 comments on commit 9cc4683

Please sign in to comment.