Skip to content

Commit

Permalink
update Makefile: clean test cache experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
krustowski committed Mar 9, 2024
1 parent 30e7fe9 commit f0acdec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

APP_NAME=swis-api
APP_ROOT=/opt/${APP_NAME}
APP_VERSION=5.14.0
APP_VERSION=5.14.1


#
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ build: version

.PHONY: test
test:
go test -v ./...
go test -count=1 -v ./...
go test -coverprofile -v ./...
go tool cover -html=coverage.out
#go test -bench=. ./...

.PHONY: test_deploy
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @title swis-api (swapi) v5
// @version 5.14.0
// @version 5.14.1
// @description sakalWeb Information System v5 RESTful API documentation
// @termsOfService http://swagger.io/terms/

Expand Down

0 comments on commit f0acdec

Please sign in to comment.