Skip to content

Commit

Permalink
👷 CI: Test with tokio feature enabled on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Jan 15, 2024
1 parent b7fa1f1 commit 2278526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2278526

Please sign in to comment.