mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
see how CI goes running these tests in parallel
This commit is contained in:
@ -180,6 +180,8 @@ func Test(t *testing.T) {
|
|||||||
test := test
|
test := test
|
||||||
|
|
||||||
t.Run(test.Name, func(t *testing.T) {
|
t.Run(test.Name, func(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
|
|
||||||
speeds := getTestSpeeds(test.Speed, updateSnapshots)
|
speeds := getTestSpeeds(test.Speed, updateSnapshots)
|
||||||
|
|
||||||
for i, speed := range speeds {
|
for i, speed := range speeds {
|
||||||
|
Reference in New Issue
Block a user