From 1544c0d568fe9536a4ce856afee2442d3a551b18 Mon Sep 17 00:00:00 2001 From: paulo Date: Mon, 3 Jul 2023 15:10:32 -0300 Subject: [PATCH] no cache make test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc8e559..3fc2e67 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: - go test ./... --cover + go test ./... -count=1 --cover torrent-test: go run main.go -c qbit-4.3.3 -t bencode/torrent_files_test/debian-12.0.0-amd64-DVD-1.iso.torrent -d 0% -ds 100kbps -u 0% -us 100kbps