Skip to content

Commit

Permalink
TSI-2123 add go test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed-dev committed Oct 20, 2023
1 parent 025025f commit f1f06a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
npm install
npm run generate.go
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.0'
working-directory: ./clients/go
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Run Tests
run: |
cd ./clients/go/test
Expand Down

0 comments on commit f1f06a5

Please sign in to comment.