diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 18aa2995..acd21f25 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,6 +33,9 @@ jobs: - name: Build run: go build -v ./... + - name: Test + run: go test -v ./... + test-linux: runs-on: ubuntu-20.04 strategy: @@ -55,3 +58,6 @@ jobs: - name: Build run: go build -v ./... + + - name: Test + run: go test -v ./...