[#24] Use build tags to run integration tests

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2023-03-24 12:25:49 +03:00
parent 81f7168a16
commit 6f35d7198d
8 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,5 @@
//go:build !integration
package downloader
import (