mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-23 10:28:07 +01: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/...
|