mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-13 09:18:13 -04: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/...
|