summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/tests.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/tests.go')
-rw-r--r--pkg/integration/tests/tests.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/integration/tests/tests.go b/pkg/integration/tests/tests.go
index 6c074bb10..9b654ad80 100644
--- a/pkg/integration/tests/tests.go
+++ b/pkg/integration/tests/tests.go
@@ -36,6 +36,8 @@ var tests = []*components.IntegrationTest{
cherry_pick.CherryPickConflicts,
commit.Commit,
commit.NewBranch,
+ commit.Staged,
+ commit.Unstaged,
custom_commands.Basic,
custom_commands.FormPrompts,
custom_commands.MenuFromCommand,