chore: Split unit/integration tests in CI workflow

This commit is contained in:
Daniel Carrillo 2024-05-09 19:48:06 +02:00
parent 5d3dcb4b8e
commit d29e238beb
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
make: ["lint", "test"] make: ["lint", "unit-test", "integration-test"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4