[lbry] ci: update gocelan.sh
This commit is contained in:
parent
76e482bb73
commit
d4cddda35c
1 changed files with 1 additions and 7 deletions
|
@ -10,10 +10,4 @@
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
env GORACE="halt_on_error=1" go test -race -tags="rpctest" -covermode atomic -coverprofile=profile.cov ./...
|
env GORACE="halt_on_error=1" go test -race -tags="rpctest" -covermode atomic -coverprofile=profile.cov ./...
|
||||||
|
go test -bench=. -benchtime=4000x ./claimtrie/
|
||||||
# Automatic checks
|
|
||||||
golangci-lint run --deadline=10m --disable-all \
|
|
||||||
--enable=gofmt \
|
|
||||||
--enable=vet \
|
|
||||||
--enable=gosimple \
|
|
||||||
--enable=unconvert
|
|
||||||
|
|
Loading…
Reference in a new issue