diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 98f121b..192ddb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: go-version-file: go.mod - name: build - run: GOOS=${{ matrix.goos }} GOOS=${{ matrix.goarch }} go build + run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build unit-test: runs-on: ubuntu-latest