chore: fixes scripts

This commit is contained in:
Nuno Maduro
2023-02-20 17:52:26 +00:00
parent ae8df3f51d
commit 7492b331a0
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -79,6 +79,7 @@
"@test:lint", "@test:lint",
"@test:types", "@test:types",
"@test:unit", "@test:unit",
"@test:parallel",
"@test:integration" "@test:integration"
] ]
}, },