codeberg-pages-deploy/plugin/plugin_test.go
Dorian Zedler e473763538
Some checks failed
continuous-integration/drone Build is failing
Chore: Initial commit
2022-07-17 18:28:14 +02:00

12 lines
248 B
Go

// Copyright 2020 the Drone Authors. All rights reserved.
// Use of this source code is governed by the Blue Oak Model License
// that can be found in the LICENSE file.
package plugin
import "testing"
func TestPlugin(t *testing.T) {
t.Skip()
}