diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 14e68b8..8b0aa55 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -29,5 +29,5 @@ jobs: - name: Build run: go build -v . - # - name: Test - # run: go test -v . + - name: Test + run: go test -v .