#8 Finished the update I need to redo the call of these methods.

This commit is contained in:
Gorbunov Kirill Andreevich
2024-03-15 21:18:58 +03:00
parent eb2a21a1b1
commit 1c8df603b9
3 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ buildcli:
cli:
go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli
.PHONY: buildcli
buildcli:
CGO_ENABLED=0 go build -o bin/app -mod=readonly git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli
.PHONY: test
test:
go test -v ./... -race -cover