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