Skip to content

Commit

Permalink
chore(scripts): Modify examples module test flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Aug 31, 2024
1 parent 4399a86 commit 4a612fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gotestflags=(
["./middleware/gin"]="${gotestflagsbase[@]}"
["./middleware/iris"]="${gotestflagsbase[@]}"
["./middleware/nethttp"]="${gotestflagsbase[@]}"
["./examples"]="${gotestflagsbase[@]-coverpkg=./...}"
["./examples"]="${gotestflagsbase[@]} -coverpkg=./..."
)

cleanup() {
Expand Down

0 comments on commit 4a612fc

Please sign in to comment.