summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2019-12-10 23:41:38 +0100
committerGitHub <[email protected]>2019-12-10 23:41:38 +0100
commitba1b5f0c23b33b25122cc42f2b8c6669fd08732b (patch)
treed7b16f854db35a2ae348bc1eaa11ba860f37c966 /Makefile
parent37e5b53f742d3127acfa2a9cfc57ccb94e1b8c59 (diff)
parentc5159e624e55cb14c56a3e5f36200be409fba9d6 (diff)
Merge pull request #528 from libgit2/cmn/bump-libgit2
Bump libgit2 to 6777db8e83
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf00cef..4dffce0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ default: test
test: build-libgit2
go run script/check-MakeGitError-thread-lock.go
- go test ./...
+ go test --count=1 ./...
install: build-libgit2
go install ./...
@@ -15,4 +15,4 @@ install-static: build-libgit2
test-static: build-libgit2
go run script/check-MakeGitError-thread-lock.go
- go test --tags "static" ./...
+ go test --count=1 --tags "static" ./...