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 497aac7 commit 025025f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
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 025025f

Please sign in to comment.