From 4a612fc996c3331b651d5934603ccac1f073d281 Mon Sep 17 00:00:00 2001 From: Bart Venter Date: Sat, 31 Aug 2024 14:33:37 +0000 Subject: [PATCH] chore(scripts): Modify `examples` module test flags --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 4d37f43..6e219d7 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -23,7 +23,7 @@ gotestflags=( ["./middleware/gin"]="${gotestflagsbase[@]}" ["./middleware/iris"]="${gotestflagsbase[@]}" ["./middleware/nethttp"]="${gotestflagsbase[@]}" - ["./examples"]="${gotestflagsbase[@]-coverpkg=./...}" + ["./examples"]="${gotestflagsbase[@]} -coverpkg=./..." ) cleanup() {