mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-31 23:19:40 +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
|
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.Run(test.Name(), func(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
err := f()
|
err := f()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user