1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-12-05 23:08:20 +02:00
Files
oauth2-proxy/test.sh

6 lines
93 B
Bash
Raw Normal View History

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