Merge branch 'master' into fix-limits-include

This commit is contained in:
Michael Adam 2021-05-13 01:38:22 +02:00 committed by GitHub
commit 0c6caf9e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,15 @@ jobs:
- run: ./configure - run: ./configure
- run: make - run: make
- run: make test - run: make test
test-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install automake
- run: ./autogen.sh
- run: ./configure
- run: make
- run: make test
valgrind-test: valgrind-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: