Skip to content

Commit

Permalink
ci: fix missing TESTFLAGS env var in test-os workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Feb 17, 2023
1 parent dbafcc8 commit 4f54369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:

env:
GO_VERSION: "1.19"
TESTFLAGS: "-v --parallel=6 --timeout=30m"

jobs:
test:
Expand Down

0 comments on commit 4f54369

Please sign in to comment.