5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
export RICHGO_FORCE_COLOR=1
|
|
|
|
richgo test -bench=. -cover -v ./internal/...
|