add watch make target

This commit is contained in:
Qingping Hou 2020-04-03 14:39:24 -07:00
parent 8a5f7a1a44
commit 3d7d5ec477
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ build-img:
run:
DEBUG=1 AWS_REGION=us-east-2 go run main.go pull s3://airflow_bucket/airflow_home/dags ./dags
watch:
find . -iname '*.go' | entr -s 'make test'