Skip to content

Commit

Permalink
ci: run sanitizers jobs in serial mode (with VJOBS=1)
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Apr 14, 2021
1 parent 3e297bc commit 3387058
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci_sanitized.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
timeout-minutes: 60
env:
VFLAGS: -cc clang
VJOBS: 1
VTEST_SHOW_START: 1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -36,6 +38,8 @@ jobs:
timeout-minutes: 60
env:
VFLAGS: -cc gcc
VJOBS: 1
VTEST_SHOW_START: 1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -57,6 +61,8 @@ jobs:
timeout-minutes: 60
env:
VFLAGS: -cc clang
VJOBS: 1
VTEST_SHOW_START: 1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -83,6 +89,8 @@ jobs:
timeout-minutes: 60
env:
VFLAGS: -cc msvc
VJOBS: 1
VTEST_SHOW_START: 1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -107,6 +115,8 @@ jobs:
timeout-minutes: 60
env:
VFLAGS: -cc gcc
VJOBS: 1
VTEST_SHOW_START: 1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -133,6 +143,8 @@ jobs:
timeout-minutes: 60
env:
VFLAGS: -cc clang
VJOBS: 1
VTEST_SHOW_START: 1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 3387058

Please sign in to comment.