mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
go-deadlock version bump to fix crash with go 1.23
This commit is contained in:
2
vendor/github.com/sasha-s/go-deadlock/test.sh
generated
vendored
2
vendor/github.com/sasha-s/go-deadlock/test.sh
generated
vendored
@@ -4,7 +4,7 @@ set -e
|
||||
echo "" > coverage.txt
|
||||
|
||||
for d in $(go list ./...); do
|
||||
go test -coverprofile=profile.out -covermode=atomic "$d"
|
||||
go test -bench=. -coverprofile=profile.out -covermode=atomic "$d"
|
||||
if [ -f profile.out ]; then
|
||||
cat profile.out >> coverage.txt
|
||||
rm profile.out
|
||||
|
Reference in New Issue
Block a user