Skip to content

Commit

Permalink
opt
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Feb 5, 2024
1 parent f560112 commit bd5d885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/commands/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func Test(folder string, runFrontend bool, runBackend bool) error {
}()
}

// Start the frontend if specified
if runFrontend && !errOccurred {
wg.Add(1)
go func() {
Expand Down

0 comments on commit bd5d885

Please sign in to comment.