Skip to content

Commit 4f54369

Browse files
committed
ci: fix missing TESTFLAGS env var in test-os workflow
Signed-off-by: CrazyMax <[email protected]>
1 parent dbafcc8 commit 4f54369

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)