From f22d58dfd0ecbaf52ce01cb2a7dc9c31deaccfa6 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 5 Dec 2021 10:53:52 -0500 Subject: [PATCH] run tests with dbus --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de2bf46d..b20a6fa8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,5 +27,5 @@ test_linux_amd64: - linux - amd64 script: - # - RUSTFLAGS="-D warnings" RUST_BACKTRACE=1 cargo test -- --nocapture - - RUST_BACKTRACE=1 cargo test -- --nocapture + # - RUSTFLAGS="-D warnings" RUST_BACKTRACE=1 dbus-run-session -- cargo test -- --nocapture + - RUST_BACKTRACE=1 dbus-run-session -- cargo test -- --nocapture