Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 29, 2023
1 parent b4d097d commit 9cdd28a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -y libfixposix-dev libwebkit2gtk-4.1-0 glib-networking gsettings-desktop-schemas
# this is implicitly done when building the executable, no?
- 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)))'

# The renderer tests can't be run, since they rely on Xorg.
- name: Run tests
env:
NASDF_TESTS_QUIT_ON_FAIL: yes
Expand Down

0 comments on commit 9cdd28a

Please sign in to comment.