Skip to content

Commit

Permalink
Run all post-check phases in parallel.
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sobon <mumak@google.com>
  • Loading branch information
mum4k committed Apr 13, 2022
1 parent 7d5c97a commit 1955124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stages:
ciTarget: $(CI_TARGET)

- stage: sanitizers
dependsOn: ["test"]
dependsOn: ["check"]
pool: "x64-large"
jobs:
- job: sanitizers
Expand All @@ -98,7 +98,7 @@ stages:
ciTarget: $(CI_TARGET)

- stage: coverage
dependsOn: ["test"]
dependsOn: ["check"]
pool: "x64-large"
jobs:
- job: coverage
Expand Down

0 comments on commit 1955124

Please sign in to comment.