commit | 3b3507d932ba3b48de48c2e3b5bc7d622161d716 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Nov 28 21:13:39 2023 -0500 |
committer | GitHub <noreply@github.com> | Tue Nov 28 21:13:39 2023 -0500 |
tree | 86f05335853fac824d630c2c27d2d8fd53ab5d63 | |
parent | 3ad0af15576aa0766a08c3593100f77851b04a56 [diff] [blame] |
fix(pxc): raise haproxy conn limit (#732)
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml new file mode 100644 index 0000000..4ff6224 --- /dev/null +++ b/.github/workflows/check.yml
@@ -0,0 +1,14 @@ +name: check + +on: + pull_request: + +jobs: + unit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v4 + with: + go-version-file: go.mod + - run: go test -v ./...