We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae1fdb commit fae1567Copy full SHA for fae1567
justfile
@@ -68,7 +68,7 @@ sdebug dimensions="1900x100": _lbuild
68
# run tests in a nested dbus session so the host session isn't affected
69
alias t := test
70
test *args:
71
- dbus-run-session -- env RUST_LOG=i3stat=trace I3STAT_TEST=1 bash -c 'pkill dunst; dunst & cargo test --all "$@"'
+ dbus-run-session -- env RUST_LOG=i3stat=trace I3STAT_TEST=1 cargo test --all "$@"
72
73
# `eval` this for an easy debug loop for screenshot tests
74
# NOTE: requires `fd` be present, and the terminal is `kitty`
0 commit comments