Add changes

This commit is contained in:
ofekshenawa 2024-07-22 17:25:29 +03:00
parent 7bc11bf2b5
commit 39c9610d37
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ test: testdeps
go test ./... -short -race && \
go test ./... -run=NONE -bench=. -benchmem && \
env GOOS=linux GOARCH=386 go test && \
go test -race -coverprofile=coverage.txt -covermode=atomic ./... \
go test -coverprofile=coverage.txt -covermode=atomic ./... && \
go vet); \
done
cd internal/customvet && go build .