From 6116e954ba5de9936463dbaf76f2e14aef6d9e72 Mon Sep 17 00:00:00 2001 From: jamesread Date: Fri, 25 Aug 2023 15:09:24 +0100 Subject: [PATCH] cicd: Useful for development settings --- .air.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.air.toml b/.air.toml index 73d04f3..4161931 100644 --- a/.air.toml +++ b/.air.toml @@ -6,7 +6,7 @@ tmp_dir = "tmp" args_bin = [] bin = "./OliveTin" cmd = "go build -o OliveTin github.com/OliveTin/OliveTin/cmd/OliveTin" - delay = 0 + delay = 1 exclude_dir = ["assets", "tmp", "vendor", "testdata"] exclude_file = [] exclude_regex = ["_test.go"] @@ -23,7 +23,7 @@ tmp_dir = "tmp" rerun = false rerun_delay = 500 send_interrupt = false - stop_on_error = false + stop_on_error = true [color] app = ""