diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 16f1dd95..b4bace39 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,4 +47,4 @@ jobs: ref: ${{ github.ref }} - name: Test - run: go test -v ./... \ No newline at end of file + run: go test -v \ No newline at end of file