tests: Move cli tests behind a build flag
This is done to make go test ./... work for people using the sdk as a sdk. Closes #1806
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// +build cli_test
|
||||
|
||||
package clitest
|
||||
|
||||
import (
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
package clitest
|
||||
|
||||
// package clitest runs integration tests which make use of CLI commands.
|
||||
Reference in New Issue
Block a user