mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-09-13 05:33:01 +00:00
Introduce a test suite and an earthly target to run it
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
13
pkg/challenger/suite_test.go
Normal file
13
pkg/challenger/suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package challenger_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestEpinio(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Kcrypt challenger suite")
|
||||
}
|
Reference in New Issue
Block a user