Skip to content

Commit

Permalink
ci test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Jan 18, 2024
1 parent a377874 commit f90ee1e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,9 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -y libfixposix-dev libwebkit2gtk-4.1-0 glib-networking gsettings-desktop-schemas
# needed?
- name: Load Nyxt
run: |
ros ${{matrix.lisp-flags}} -e '(handler-case (asdf:load-system :nyxt/${{matrix.renderer}}-application) (error (c) (format t "Error: ~s~%~a~%" c c) (uiop:quit 1)))'
run: ros ${{matrix.lisp-flags}} -e '(handler-case (asdf:load-system :nyxt/${{matrix.renderer}}-application) (error (c) (format t "Error: ~s~%~a~%" c c) (uiop:quit 1)))'

- name: Run tests
# todo
run: |
ros ${{matrix.lisp-flags}} -e '(asdf:load-system :lisp-unit2)' \
-e '(let ((output (lisp-unit2:run-tests :package :nyxt/tests))) (lisp-unit2:print-summary output) (when (or (lisp-unit2:failed output) (lisp-unit2:errors output)) (uiop:quit 1)))'
ros ${{matrix.lisp-flags}} -e '(asdf:load-system :lisp-unit2)' -e '(let ((output (lisp-unit2:run-tests :package :nyxt/tests))) (lisp-unit2:print-summary output) (when (or (lisp-unit2:failed output) (lisp-unit2:errors output)) (uiop:quit 1)))'

0 comments on commit f90ee1e

Please sign in to comment.