OpenBSD CI: increase max open files for test job

Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
Laurent Cheylus 2025-11-12 15:36:22 +01:00
parent 5318c9c807
commit 96c63f174b
No known key found for this signature in database

View file

@ -152,6 +152,8 @@ jobs:
sudo -i -u ${TEST_USER} sh << EOF
set -e
whoami
# Increase max open files (512 by default)
ulimit -n 1024
# Rust is installed from packages, no need for rustup
# Set up PATH for cargo
export PATH="/usr/local/bin:$PATH"