mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2024-11-24 08:52:25 +02:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
go test -timeout 60s ./...
|
|
GOMAXPROCS=4 go test -timeout 60s -race ./...
|