diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml new file mode 100644 index 0000000..8afd4f2 --- /dev/null +++ b/.github/workflows/tests-macos.yml @@ -0,0 +1,14 @@ +name: MacOS Tests + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + - run: ./share/adapters/rfc.sh