cosmos-sdk/systemtests/main_test.go
2024-05-03 13:58:05 +00:00

10 lines
108 B
Go

//go:build system_test
package systemtests
import "testing"
func TestMain(m *testing.M) {
RunTests(m)
}