diff --git a/cmd/piper.go b/cmd/piper.go index b868a5ecc..70eb63430 100644 --- a/cmd/piper.go +++ b/cmd/piper.go @@ -39,6 +39,7 @@ var generalConfig generalConfigOptions func Execute() { rootCmd.AddCommand(ConfigCommand()) + rootCmd.AddCommand(KarmaExecuteTestsCommand()) addRootFlags(rootCmd) if err := rootCmd.Execute(); err != nil {