mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -05:00
6 lines
91 B
Bash
6 lines
91 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
export RICHGO_FORCE_COLOR=1
|
||
|
|
||
|
richgo test -bench=. -cover -v ./internal/...
|