Merge branch 'master' into fix-limits-include

This commit is contained in:
Michael Adam 2021-05-12 22:50:36 +02:00 committed by GitHub
commit 080c16fbb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,12 @@ jobs:
- run: ./configure
- run: make
- run: make test
valgrind:
runs-on: ubnutu-latest
valgrind-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install valgrind
run: apt-get install --assume-yes valgrind
run: sudo apt-get install --assume-yes valgrind
- run: ./autogen.sh
- run: ./configure --enable-debug --enable-transparent --enable-reverse
- run: make