Skip to content

Commit

Permalink
chore(scripts): Update test script to include middleware/iris and `…
Browse files Browse the repository at this point in the history
…examples`
  • Loading branch information
bartventer committed Aug 31, 2024
1 parent 59a0478 commit 3af7435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ gotestflags=(
["./mysql"]="${gotestflagsbase[@]} -coverpkg=./..."
["./middleware/echo"]="${gotestflagsbase[@]}"
["./middleware/gin"]="${gotestflagsbase[@]}"
["./middleware/iris"]="${gotestflagsbase[@]}"
["./middleware/nethttp"]="${gotestflagsbase[@]}"
["./examples"]="${gotestflagsbase[@]-coverpkg=./...}"
)

cleanup() {
Expand Down

0 comments on commit 3af7435

Please sign in to comment.