blob: 5831dcd94c51fc73ae4288b1e4b42e3e8db987bd [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "go_default_test",
srcs = ["sql_test.go"],
deps = [
"//go/mirko/tests/sql/migrations:go_default_library",
"@com_github_golang_migrate_migrate_v4//database/sqlite3:go_default_library",
],
)