Skip to content

workflows: increase timeout for macos_dev #20

workflows: increase timeout for macos_dev

workflows: increase timeout for macos_dev #20

---
name: check_on_macos_development
on:
push:
branches:
- development_kewl_future
env:
PKG_CONFIG_PATH: "/opt/homebrew/opt/libxcrypt/lib/pkgconfig"
jobs:
check_development:
runs-on: macos-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v5
with:
ref: development_kewl_future
- uses: actions/setup-python@v6
- run: brew install meson libxcrypt
- name: Prepare
run: meson macos_build
- name: Run tests
run: meson test -C macos_build --verbose --timeout-multiplier="10"
- name: Print log on failure
run: cat macos_build/meson-logs/testlog.txt