mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
see how CI goes running these tests in parallel
This commit is contained in:
parent
7bc6dc5cf3
commit
b0f3bfef27
|
|
@ -180,6 +180,8 @@ func Test(t *testing.T) {
|
|||
test := test
|
||||
|
||||
t.Run(test.Name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
speeds := getTestSpeeds(test.Speed, updateSnapshots)
|
||||
|
||||
for i, speed := range speeds {
|
||||
|
|
|
|||
Loading…
Reference in a new issue