mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
Do not run uv tests separately in its own process
This commit is contained in:
parent
55de30c53d
commit
6c03950abd
@ -30,8 +30,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
# Run testNoMemoryLeak separately, as those are skipped with enabled coverage
|
# Run testNoMemoryLeak separately, as those are skipped with enabled coverage
|
||||||
- php vendor/bin/phpunit --verbose --group memoryleak
|
- php vendor/bin/phpunit --verbose --group memoryleak
|
||||||
- phpdbg -qrr vendor/bin/phpunit --verbose --exclude-group memoryleak,uv --coverage-php coverage/cov/main.cov
|
- phpdbg -qrr vendor/bin/phpunit --verbose --exclude-group memoryleak --coverage-php coverage/cov/main.cov
|
||||||
- phpdbg -qrr vendor/bin/phpunit --verbose --exclude-group memoryleak --group uv --coverage-php coverage/cov/uv.cov
|
|
||||||
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
|
@ -6,7 +6,6 @@ use Amp\Loop\UvDriver;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @requires extension uv
|
* @requires extension uv
|
||||||
* @group uv
|
|
||||||
*/
|
*/
|
||||||
class UvDriverTest extends DriverTest {
|
class UvDriverTest extends DriverTest {
|
||||||
public function getFactory(): callable {
|
public function getFactory(): callable {
|
||||||
|
Loading…
Reference in New Issue
Block a user