mirror of
https://github.com/trezor/blockbook.git
synced 2026-02-19 16:31:19 +01:00
12 lines
125 B
Go
12 lines
125 B
Go
//go:build integration
|
|
|
|
package tests
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestIntegration(t *testing.T) {
|
|
runIntegrationTests(t)
|
|
}
|