Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MITSUBOSHI committed Mar 22, 2024
1 parent d2e74a4 commit 1735c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ 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 xserver-xorg xsel
- 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 1735c13

Please sign in to comment.