Skip to content

Commit 36f8190

Browse files
committed
tests: Add parallel call to TestAll
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 5fc8afb commit 36f8190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fixtures_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func TestRevFiles(t *testing.T) {
7070
}
7171

7272
func TestAll(t *testing.T) {
73+
t.Parallel()
7374
fs := fixtures.All()
7475

7576
assert.Len(t, fs, 38)

0 commit comments

Comments
 (0)