add test case

pull/125/head
1vn 2018-11-13 14:59:32 -05:00
parent 38f0d7ab60
commit 647b09602a
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ func TestDefaultBinary(t *testing.T) {
"./bin/goose -dir=examples/sql-migrations sqlite3 sql.db version",
"./bin/goose -dir=examples/sql-migrations sqlite3 sql.db down",
"./bin/goose -dir=examples/sql-migrations sqlite3 sql.db status",
"./bin/goose",
}
for _, cmd := range commands {