1
0
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:
Stefan Haller 2024-06-05 11:12:08 +02:00
parent 4f6d3fb592
commit f5329440fc

View File

@ -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()