835b36cb63
Signed-off-by: Casey Lee <cplee@nektos.com>
3 lines
46 B
Bash
3 lines
46 B
Bash
#!/bin/sh
|
|
set -e
|
|
go test -cover ./pkg/runner
|