[#4] dialer: Move tests to integration tests
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
e7a9cd76ff
commit
37b0350e95
3 changed files with 6 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,3 +1,3 @@
|
|||
test:
|
||||
integration-test:
|
||||
# TODO figure out needed capabilities
|
||||
sudo go test -count=1 -v ./...
|
||||
sudo go test -count=1 -v ./... -tags=integration
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
//go:build integration
|
||||
|
||||
package multinet
|
||||
|
||||
import (
|
|
@ -1,3 +1,5 @@
|
|||
//go:build integration
|
||||
|
||||
package multinet
|
||||
|
||||
import (
|
Loading…
Reference in a new issue