From 22785267f581692ea3081d42718d752088d8016a Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Mon, 15 Jan 2024 19:24:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI:=20Test=20with=20tokio=20feat?= =?UTF-8?q?ure=20enabled=20on=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e0f1041cc..73c70d6c6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -198,6 +198,8 @@ jobs: $env:PATH += ";C:\bin" Start-Process dbus-daemon.exe --config-file=CI/win32-session.conf cargo test + # tokio feature + cargo test --no-default-features --features tokio $env:DBUS_SESSION_BUS_ADDRESS = $null $env:ZBUS_GDBUS_TEST = "1"