Added test script

pull/384/head
David Thorpe 3 years ago
parent 8d7278b8ac
commit e6e6e1f979

@ -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
Loading…
Cancel
Save