mirror of
https://github.com/harness/drone.git
synced 2025-05-10 03:09:55 +08:00
8 lines
78 B
Go
8 lines
78 B
Go
package runner
|
|
|
|
import "testing"
|
|
|
|
func TestRunner(t *testing.T) {
|
|
t.Skip()
|
|
}
|