Skip to content

Commit

Permalink
fixup! Add GitHub Action CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 2, 2023
1 parent 867c746 commit 9ab4a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.d
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void executeCommand(const string[] args ...)

string[] dubShellCommand(string[] subCommands ...)
{
return (["dub", "--verror"] ~ subCommands ~ dubArch)
return (["dub", "--verror", "-v"] ~ subCommands ~ dubArch)
.filter!(e => e.length > 0)
.array;
}
Expand Down

0 comments on commit 9ab4a49

Please sign in to comment.