mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-29 23:17:32 +02: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…
x
Reference in New Issue
Block a user