oauth2_proxy/test.sh

3 lines
65 B
Bash
Raw Normal View History

2014-11-10 02:48:09 +00:00
#!/bin/bash
go test -v -race $(go list ./... | grep -v /vendor/)