Skip to content

Commit

Permalink
Merge pull request moby#3648 from crazy-max/ci-fix-testos
Browse files Browse the repository at this point in the history
ci: fix missing TESTFLAGS env var in test-os workflow
  • Loading branch information
jedevc authored Feb 17, 2023
2 parents a9d6e1f + 4f54369 commit 37d54eb
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 37d54eb

Please sign in to comment.