wip: runs integration tests undert the v flag

This commit is contained in:
Nuno Maduro
2024-04-28 12:18:11 +01:00
parent 2070538fd3
commit 80530cb1e0
2 changed files with 3 additions and 3 deletions

View File

@ -41,8 +41,8 @@ jobs:
- name: Unit Tests
run: composer test:unit
# - name: Parallel Tests
# run: composer test:parallel
- name: Parallel Tests
run: composer test:parallel
- name: Integration Tests
run: composer test:integration