Skip to content

Commit c480848

Browse files
committed
removing broken code
1 parent 07f9e00 commit c480848

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@ jobs:
1919
run: |
2020
go test -v -race ./...
2121
# go vet ./...
22-
# go test -bench=.
23-
- name: Force update to pkg.go.dev
24-
run: |
25-
# Refresh latest tag.
26-
curl https://sum.golang.org/lookup/github.com/deckarep/golang-set@$(git describe --tags `git rev-list --tags --max-count=1`)
22+
# go test -bench=.

0 commit comments

Comments
 (0)