Skip to content

Commit 37d54eb

Browse files
authored
Merge pull request moby#3648 from crazy-max/ci-fix-testos
ci: fix missing TESTFLAGS env var in test-os workflow
2 parents a9d6e1f + 4f54369 commit 37d54eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-os.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
env:
2121
GO_VERSION: "1.19"
22+
TESTFLAGS: "-v --parallel=6 --timeout=30m"
2223

2324
jobs:
2425
test:

0 commit comments

Comments
 (0)