Skip to content

Commit

Permalink
.github/workflows/tests: Disable gi-gtk tests on the CI.
Browse files Browse the repository at this point in the history
They fail with:

<INFO> [14:02:56] Listening to socket #P"/tmp/nyxt-test.socket".
Unable to init server: Could not connect: Connection refused
error: XDG_RUNTIME_DIR not set in the environment.
error: XDG_RUNTIME_DIR not set in the environment
Nested Wayland compositor could not create display socket
  • Loading branch information
Ambrevar committed Jun 17, 2022
1 parent 380da74 commit 232eddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
env:
NYXT_TESTS_ERROR_ON_FAIL: yes
run: |
ros -e '(asdf:load-system :nyxt/submodules)' -e '(handler-case (asdf:load-system :nyxt/tests) (error (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 17)))' -e '(asdf:test-system :nyxt)' -e '(asdf:test-system :nyxt/application/tests)'
ros -e '(asdf:load-system :nyxt/submodules)' -e '(handler-case (asdf:load-system :nyxt/tests) (error (a) (format t "caught error ~s~%~a~%" a a) (uiop:quit 17)))' -e '(asdf:test-system :nyxt)'
- name: Compilation warnings
shell: bash
Expand Down

0 comments on commit 232eddc

Please sign in to comment.