summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlhchavez <[email protected]>2020-02-13 02:50:31 +0000
committerlhchavez <[email protected]>2020-02-13 02:50:31 +0000
commit150a8c60169ee69f4a869acbc10dbe097274605a (patch)
treeccadf6203e85d60bfa8d6221dd94ff470f9a66f3 /Makefile
parentb201c503ab5788b2ce5511fa75792127e27e254c (diff)
parent75c5e41422f224a6fde40903c4af4cf1afbd2d46 (diff)
Merge remote-tracking branch 'origin/master' into actions
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" ./...