Skip to content

Commit

Permalink
Improve test script
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Mar 3, 2019
1 parent 91e62fd commit 0a6f94b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ function debug_test {
dlv test github.com/gobuffalo/pop
}

dialects=("postgres" "cockroach" "mysql" "sqlite")

for dialect in "${dialects[@]}" ; do
test ${dialect}
done

# debug_test "postgres"
test "postgres"
test "cockroach"
test "mysql"
test "sqlite"

0 comments on commit 0a6f94b

Please sign in to comment.