Skip to content

Test valgrind

Test valgrind #265

Workflow file for this run

name: Test valgrind
on:
schedule:
- cron: '13 6 * * *'
workflow_dispatch:
jobs:
valgrind:
name: Test valgrind
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: test_mupdf-master-branch
run:
python scripts/test.py --valgrind 1 buildtest