name: Run tests on: pull_request: push: jobs: run-tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - shell: bash run: make test