Reintroduce cli_test built tag (#4002)

Removed in ca43225851, wanting it back to avoid
running cli tests along with unit tests.

See #3994 for more info.
This commit is contained in:
Alessio Treglia 2019-03-28 21:49:28 +00:00 committed by GitHub
parent 5bb6090e38
commit b9e6df3851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build cli_test
package clitest
import (