Skip to content

Commit

Permalink
test: update test code.
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed Jun 22, 2023
1 parent dca590b commit f604537
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,4 @@ libsodium:
proto-swagger-gen:
@echo "Generating Protobuf Swagger"
./scripts/generate-docs.sh
@echo "gopath: $(GOPATH)"
ls -al $(GOPATH)/bin
$(GOPATH)/bin/statik -src=client/docs/swagger-ui -dest=client/docs -f -m
1 change: 0 additions & 1 deletion scripts/ci/check-generated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -euo pipefail
go install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway@v1.16.0
go install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger@v1.16.0
go install github.com/rakyll/statik@v0.1.7
#go get github.com/rakyll/statik

echo "[go mod tidy]"
go mod tidy
Expand Down

0 comments on commit f604537

Please sign in to comment.