Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain authored Jul 12, 2024
1 parent f20faca commit e6fb9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ run-unprocessed-events-replay-local:
generate-mock-interface:
cd internal/db && mockery --name=DBClient --output=../../tests/mocks --outpkg=dbmock --filename=mock_db_client.go

tests:
test:
./bin/local-startup.sh;
go test -v -cover -p 1 ./... -count=1


build-swagger:
swag init --parseDependency --parseInternal -d cmd/staking-api-service,internal/api,internal/types
swag init --parseDependency --parseInternal -d cmd/staking-api-service,internal/api,internal/types

0 comments on commit e6fb9a2

Please sign in to comment.