mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00: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/...
|