.github/workflows: run build and test jobs in parallel in order to speed up the workflow run

This commit is contained in:
Aliaksandr Valialkin 2023-11-21 12:20:09 +02:00
parent d493da562e
commit fb835ad658
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -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"]