Skip to content

Commit

Permalink
testing shuttle generator deployment (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad authored Jan 16, 2025
1 parent 0d30d4b commit 0433ab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions loco-new/tests/wizard/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ fn test_combination(
// Generate deployment nginx
tester.run_generate(&vec!["deployment", "--kind", "docker"]);

// Generate deployment shuttle
tester.run_generate(&vec!["deployment", "--kind", "shuttle"]);

if db.enable() {
// Generate Model
if !settings.auth {
Expand Down

0 comments on commit 0433ab0

Please sign in to comment.