mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01: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
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 New Issue
Block a user