We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd5ac4 commit 91779d9Copy full SHA for 91779d9
Makefile
@@ -4,7 +4,7 @@ include artifacts/Makefile
4
5
# Run unit tests
6
test:
7
- ./vendor/bin/phpunit -c phpunit.xml.dist
+ ./vendor/bin/phpunit -c phpunit.xml.dist --exclude-group binary
8
9
# Compatibility check
10
compatibility:
0 commit comments