mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-12 12:15:00 +00:00
8 lines
78 B
Go
8 lines
78 B
Go
|
package runner
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestRunner(t *testing.T) {
|
||
|
t.Skip()
|
||
|
}
|