fix flake test build

This commit is contained in:
2025-12-05 01:07:43 -05:00
parent 8ee03d953f
commit ba2e782af5

View File

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