[#364] Makefile: Remove deprecated -i flag

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
remotes/KirillovDenis/master
Angira Kekteeva 2021-12-02 16:15:44 +03:00 committed by Alex Vanin
parent 3604d96f3f
commit fb33a6e08a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ dep:
@printf "⇒ Install test requirements: "
CGO_ENABLED=0 \
GO111MODULE=on \
go test -i ./... && echo OK
go test ./... && echo OK
# Run all code formatters
fmts: fmt imports