mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Use --verbose when running tests to show skipped/incomplete tests
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ before_script:
|
||||
script:
|
||||
- mkdir -p build/logs
|
||||
- ./vendor/bin/parallel-lint src tests
|
||||
- ./vendor/bin/phpunit --coverage-text
|
||||
- ./vendor/bin/phpunit --verbose
|
||||
- ./vendor/bin/phpcs src --standard=psr2 -sp
|
||||
|
||||
after_script:
|
||||
|
||||
+1
-1
@@ -57,6 +57,6 @@ The following tests must pass before we will accept a pull request. If any of th
|
||||
|
||||
```
|
||||
./vendor/bin/parallel-lint src tests
|
||||
./vendor/bin/phpunit --coverage-text
|
||||
./vendor/bin/phpunit --verbose
|
||||
./vendor/bin/phpcs src --standard=psr2 -sp
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user