fix flake test build

This commit is contained in:
Simon Gardling 2025-12-05 01:07:43 -05:00
parent 8ee03d953f
commit ba2e782af5
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

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
''; '';