enable wayland by default

This commit is contained in:
2025-12-05 11:56:34 -05:00
parent ba2e782af5
commit b59f214c67
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@
''
runHook preCheck
export LD_LIBRARY_PATH="${libPath}:$LD_LIBRARY_PATH"
cargo test --workspace --features wayland-native
cargo test --workspace
runHook postCheck
'';