From c6d7839ce56a5339c127aca5ccb79b9b65ceeaae Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Mon, 15 Jan 2024 22:23:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI:=20Enable=20tokio-vsock=20tes?= =?UTF-8?q?ts=20on=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We currently don't have any tests that actually create a vsock socket but at least this tests the build and address parsing tests. Later if/when we add vsock tests, the CI will be ready for them. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index adcc89c4d..8da143dd0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -79,7 +79,7 @@ jobs: sed -i s/EXTERNAL/DBUS_COOKIE_SHA1/g /tmp/dbus-session.conf dbus-run-session --config-file /tmp/dbus-session.conf -- cargo test --verbose -- basic_connection # Test tokio support. - dbus-run-session --config-file /tmp/dbus-session.conf -- cargo test --verbose --tests -p zbus --no-default-features --features tokio -- --skip fdpass_systemd + dbus-run-session --config-file /tmp/dbus-session.conf -- cargo test --verbose --tests -p zbus --no-default-features --features tokio-vsock -- --skip fdpass_systemd dbus-run-session --config-file /tmp/dbus-session.conf -- cargo test --verbose --doc --no-default-features connection::Connection::executor windows_test: