Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fae1567

Browse files
committedFeb 6, 2025·
remove dunst call from ci - there's no xorg server and it wasn't needed
1 parent fae1fdb commit fae1567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sdebug dimensions="1900x100": _lbuild
6868
# run tests in a nested dbus session so the host session isn't affected
6969
alias t := test
7070
test *args:
71-
dbus-run-session -- env RUST_LOG=i3stat=trace I3STAT_TEST=1 bash -c 'pkill dunst; dunst & cargo test --all "$@"'
71+
dbus-run-session -- env RUST_LOG=i3stat=trace I3STAT_TEST=1 cargo test --all "$@"
7272

7373
# `eval` this for an easy debug loop for screenshot tests
7474
# NOTE: requires `fd` be present, and the terminal is `kitty`

0 commit comments

Comments
 (0)
Please sign in to comment.