Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix: remove include env in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryburov committed Mar 3, 2023
1 parent b9ede22 commit f373384
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,5 @@ test: ## Run tests
go clean --testcache
go test ./...

# include env vars
include .env.local
export

run: ## Run application local
go run cmd/app/main.go

0 comments on commit f373384

Please sign in to comment.