From b6884832baa9cfdfe776e4ced51993a539c98bb5 Mon Sep 17 00:00:00 2001 From: OliverNocon Date: Wed, 30 Oct 2019 09:20:25 +0100 Subject: [PATCH] Add karma command --- cmd/piper.go | 1 + 1 file changed, 1 insertion(+) 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 {