mirror of
https://gitea.com/gitea/runner.git
synced 2026-07-08 08:01:37 +08:00
835b36cb63
Signed-off-by: Casey Lee <cplee@nektos.com>
4 lines
46 B
Bash
4 lines
46 B
Bash
#!/bin/sh
|
|
set -e
|
|
go test -cover ./pkg/runner
|