Skip to content

Commit 27d588d

Browse files
committed
fix(ci): keep Xvfb alive between test display connections
1 parent e73a263 commit 27d588d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
export LD_LIBRARY_PATH="$GITHUB_WORKSPACE/target/native-deps/lib:$GITHUB_WORKSPACE/target/debug:$GITHUB_WORKSPACE/target/${{ matrix.settings.target }}/debug${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
297297
fi
298298
if [[ "$RUNNER_OS" == "Linux" ]]; then
299-
xvfb-run -a --server-args="-screen 0 1920x1080x24" \
299+
xvfb-run -a --server-args="-screen 0 1920x1080x24 -noreset" \
300300
cargo +1.95.0 test --manifest-path apps/desktop-gpui/Cargo.toml --locked --target ${{ matrix.settings.target }} --bin cap-gpui
301301
else
302302
cargo +1.95.0 test --manifest-path apps/desktop-gpui/Cargo.toml --locked --target ${{ matrix.settings.target }} --bin cap-gpui

0 commit comments

Comments
 (0)