mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2024-12-22 01:38:01 +00:00
chore: Split unit/integration tests in CI workflow
This commit is contained in:
parent
5d3dcb4b8e
commit
d29e238beb
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user