mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +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
91e365acb6
commit
d8aceda5fd
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
|
||||
|
||||
test:
|
||||
needs: build
|
||||
needs: lint
|
||||
strategy:
|
||||
matrix:
|
||||
scenario: ["test-full", "test-pure", "test-full-386"]
|
||||
|
|
Loading…
Reference in a new issue