mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
.github/workflows: run build and test jobs in parallel in order to speed up the workflow run
This commit is contained in:
parent
d493da562e
commit
fb835ad658
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
run: make crossbuild
|
run: make crossbuild
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: build
|
needs: lint
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
scenario: ["test-full", "test-pure", "test-full-386"]
|
scenario: ["test-full", "test-pure", "test-full-386"]
|
||||||
|
|
Loading…
Reference in a new issue