Skip to content

Commit

Permalink
test: Add a test for the remote setup subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Dec 27, 2024
1 parent 9844301 commit 336b659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ func TestMain(t *testing.T) {
setArgs("migrate:db", "--reset", "--verbose", "--env-file=.env.test")
main()

setArgs("remote:setup", "--quiet", "--env-file=.env.test")
main()

setArgs("remote:sync", "--reset", "--quiet", "--env-file=.env.test")
main()

Expand Down

0 comments on commit 336b659

Please sign in to comment.