fork of go-git with some jj specific features
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Enable race detection for go tests After the fix of data races in go-billy (go-git/go-billy/pull/28) race detection can be enabled in go-git to ensure no new issues go undetected.

Signed-off-by: Paulo Gomes <pjbgf@linux.com>

+1 -1
+1 -1
Makefile
··· 27 27 28 28 test: 29 29 @echo "running against `git version`"; \ 30 - $(GOTEST) ./... 30 + $(GOTEST) -race ./... 31 31 32 32 test-coverage: 33 33 @echo "running against `git version`"; \