diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..bc3a8ef --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,13 @@ +on: + push: + branches: + - main + pull_request: {} + +jobs: + build_and_test: + runs-on: ubuntu-slim + steps: + - uses: actions/checkout@v6 + - run: make + - run: make test