Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI
Browse files Browse the repository at this point in the history
MITSUBOSHI committed Mar 22, 2024
1 parent d2e74a4 commit a8f7fc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,8 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- name: Install dependency
run: sudo apt-get update && sudo apt-get install -y xsel
run: sudo apt-get update && sudo apt-get install -y xvfb xsel
- name: Setup X11
run: sudo xvfb-run x.org_application_binary
- name: Run test
run: cargo test -- --test-threads=1 # FIXME
run: RUST_BACKTRACE=1 cargo test -- --test-threads=1 --test cb # FIXME

0 comments on commit a8f7fc6

Please sign in to comment.