diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 099b80f..863c15a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: check-latest: true - name: Test - run: go test -run=Test . + run: go test -run=Test - name: Benchmark - run: go test -bench=Benchmark -benchmem . + run: go test -bench=Benchmark -benchmem