diff --git a/.github/workflows/bindings.yml b/.github/workflows/bindings.yml new file mode 100644 index 0000000..1bccf59 --- /dev/null +++ b/.github/workflows/bindings.yml @@ -0,0 +1,17 @@ +name: Bindings Tests +on: + push: + paths: + - bindings/go/** + +jobs: + ubuntu-latest: + runs-on: ubuntu-latest + steps: + - uses: actions/setup-go@v3 + with: + go-version: '^1.19' + - uses: actions/checkout@v1 + - run: | + cd bindings/go + make test