diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 88e6bca..6e2f205 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -24,8 +24,5 @@ jobs: - name: Navigate to singly directory run: cd go/LinkedList/singly - - name: Install dependencies - run: go get -t -v ./... - - name: Run tests run: go test -v ./...