[#599] Makefile: Remove test_dep target

Flag `-i` is deprecated in go1.16 and it
has pretty much no effect since go1.10 when
build cache was introduced. Read more about
this at https://golang.org/doc/go1.16

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-06-09 15:28:23 +03:00 committed by Alex Vanin
parent 68e85e4b33
commit c973aac891
2 changed files with 1 additions and 10 deletions

View file

@ -35,9 +35,6 @@ jobs:
restore-keys: |
${{ runner.os }}-go-${{ matrix.go }}-
- name: Get test dependencies
run: make test_dep
- name: Run go test
run: go test -coverprofile=coverage.txt -covermode=atomic ./...