Skip to content

Commit afb4fbd

Browse files
committed
fixup! fixup! feat(snowflake): Use string as type for snowflake ids
1 parent e122690 commit afb4fbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/phpunit-32bits.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ jobs:
6969
php -f tests/enable_all.php
7070
7171
- name: PHPUnit
72-
run: lib/composer/bin/phpunit --fail-on-warning --fail-on-risky --display-warnings --display-deprecations --display-phpunit-deprecations --colors=always --configuration tests/phpunit-autotest.xml --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness ../tests/lib/Preview/
72+
run: composer run test -- --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness
73+

0 commit comments

Comments
 (0)