summaryrefslogtreecommitdiff
path: root/internal/tests/integration/integration.go
blob: 0367482b71836538c1415e5fa3ce9f479bad3513 (plain)
1
2
3
4
5
6
7
8
9
10
// Package integration contains integration tests.
//
// These should be run from the root of the repo as:
//
//	$ make integration
//
// or:
//
//	$ go test ./internal/tests/integration
package integration