oauth2_proxy/test.sh

6 lines
93 B
Bash
Raw Normal View History

2014-11-10 02:48:09 +00:00
#!/bin/bash
set -e
go test -timeout 60s ./...
GOMAXPROCS=4 go test -timeout 60s -race ./...