Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Suchorowski authored Jan 2, 2024
1 parent 00b357b commit e926b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"

- name: Build
run: cd ./tcp-client-server && go build -v ./...
- name: Test Client
run: cd ./tcp-client-server/tcp-client && go test

0 comments on commit e926b52

Please sign in to comment.