From e926b523c90a898ac22059c7004fb4e3a10eb2f0 Mon Sep 17 00:00:00 2001 From: Tomasz Suchorowski Date: Tue, 2 Jan 2024 18:06:14 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2bea717..2a1ef02 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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