fix missing compat tests on gh

This commit is contained in:
Manuel Barkhau 2021-11-06 17:08:54 +00:00 committed by mbarkhau
parent b3e7228189
commit c8138d89ef

View file

@ -36,6 +36,9 @@ jobs:
- name: make test - name: make test
run: make test run: make test
- name: make test_compat
run: make test_compat
build-macos: build-macos:
runs-on: macos-latest runs-on: macos-latest