mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-12 22:39:34 -05:00
cbac5f1555
The current one has a problem handling time.Time{} structs
7 lines
142 B
Makefile
7 lines
142 B
Makefile
test:
|
|
go test ./...
|
|
go test ./... -short -race
|
|
go test ./... -run=NONE -bench=. -benchmem
|
|
env GOOS=linux GOARCH=386 go test ./...
|
|
go vet
|