From 3d7d5ec4777f923eb4f9e718fd614a1201069576 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Fri, 3 Apr 2020 14:39:24 -0700 Subject: [PATCH] add watch make target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 851e01a..0f8c36b 100644 --- a/Makefile +++ b/Makefile @@ -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'