mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Include demos when running integration tests with go test
This commit is contained in:
parent
4f6d3fb592
commit
f5329440fc
|
|
@ -45,12 +45,6 @@ func TestIntegration(t *testing.T) {
|
|||
return
|
||||
}
|
||||
|
||||
// not running demoes right now. Arguably we should, but we'd need to
|
||||
// strip away any artificial lag they use.
|
||||
if test.IsDemo() {
|
||||
return
|
||||
}
|
||||
|
||||
t.Run(test.Name(), func(t *testing.T) {
|
||||
t.Parallel()
|
||||
err := f()
|
||||
|
|
|
|||
Loading…
Reference in a new issue