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