We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f9e00 commit c480848Copy full SHA for c480848
.github/workflows/ci.yml
@@ -19,8 +19,4 @@ jobs:
19
run: |
20
go test -v -race ./...
21
# 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`)
+ # go test -bench=.
0 commit comments