From c8138d89efeb4d27b6b1336c98c3d3bf5afa8af5 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sat, 6 Nov 2021 17:08:54 +0000 Subject: [PATCH] fix missing compat tests on gh --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5829ea2..32055e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,9 @@ jobs: - name: make test run: make test + - name: make test_compat + run: make test_compat + build-macos: runs-on: macos-latest