Skip to content

Commit

Permalink
rm maintest, add rm to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukmanern committed Nov 12, 2023
1 parent 3da639c commit 11c055f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test:
go clean -testcache
go test -p 1 -timeout 330s -coverprofile=cover.out ./...
go tool cover -html cover.out -o cover.html
del cover.out

test-race:
go clean -testcache
Expand All @@ -23,11 +24,12 @@ migrate-test-report:
go test -race -timeout 200s ./controller/... ./database/... ./internal/... ./repository/... ./service/...
go test -p 1 -timeout 330s -coverprofile=cover.out ./...
go tool cover -html cover.out -o cover.html
del cover.out

# windowsOS only
st-redis:
redis-server.exe --service-start

# unix base only
# unix only
generate-keys:
openssl req -x509 -newkey rsa:4096 -keyout keys/private.key -out keys/publickey.crt -days 365 -nodes -subj "/CN=localhost"
18 changes: 0 additions & 18 deletions main_test.go

This file was deleted.

0 comments on commit 11c055f

Please sign in to comment.