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
1 changed files with 1 additions and 1 deletions

View File

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