Skip to content

Commit

Permalink
Update test.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
zellerin committed Jan 26, 2025
1 parent c103be3 commit f6c4a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ 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 :http2/all) (error (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 123))))' -e '(asdf:oos :test-op :http2)' -e '(uiop:quit (length (fiasco::failures-of fiasco:*last-test-result*)))'
ros -e '(handler-bind (#+asdf3.2(asdf:bad-SYSTEM-NAME (function MUFFLE-WARNING))) (handler-case (ql:quickload :http2) (error (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 123))))' -e '(asdf:test-system "http2")' -e '(uiop:quit (length (fiasco::failures-of fiasco:*last-test-result*)))'

0 comments on commit f6c4a11

Please sign in to comment.