summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ecc8a4..3040857 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ build-libgit2:
./script/build-libgit2-static.sh
test: build-libgit2
+ go run script/check-MakeGitError-thread-lock.go
./script/with-static.sh go test ./...
install: build-libgit2