diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8289806..5f8b15e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,9 +22,6 @@ jobs: uses: actions/setup-go@v4 with: go-version: '1.22' - - - name: Install dependencies - run: go get . - name: Go test run: go test ./... -race