mirror of
https://gitea.com/gitea/runner.git
synced 2026-07-08 16:06:49 +08:00
0582306861
Signed-off-by: Casey Lee <cplee@nektos.com>
4 lines
42 B
Bash
4 lines
42 B
Bash
#!/bin/sh
|
|
set -e
|
|
go test -cover ./runner
|