mirror of
https://github.com/minio/minio.git
synced 2024-12-27 23:55:56 -05:00
7c14cdb60e
Add support for trivial where clause cases
7 lines
113 B
YAML
7 lines
113 B
YAML
test:
|
|
pre:
|
|
- go vet ./...
|
|
|
|
override:
|
|
- go test -v -cpu=1,2,4 .
|
|
- go test -v -cpu=2 -race -short . |