name: run-tests on: push: schedule: - cron: '5 3 * * 0' pull_request: jobs: run-tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: sudo apt-get install -y valgrind - run: autoreconf -ivf - run: ./configure - run: make - run: valgrind --leak-check=full --error-exitcode=66 ./test