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.
2 parents a16db84 + 09e88e4 commit 9ba5d21Copy full SHA for 9ba5d21
2 files changed
.github/workflows/phpunit.yml .github/workflows/tests.yml.github/workflows/phpunit.yml renamed to .github/workflows/tests.yml
@@ -32,4 +32,4 @@ jobs:
32
symfony/var-dumper:^${{ matrix.symfony }}
33
34
- name: Execute tests
35
- run: sudo vendor/bin/phpunit
+ run: composer test
README.md
@@ -228,7 +228,7 @@ Benchmark::make()
228
This package is licensed under the [MIT License](LICENSE).
229
230
231
-[badge_build]: https://img.shields.io/github/actions/workflow/status/TheDragonCode/benchmark/phpunit.yml?style=flat-square
+[badge_build]: https://img.shields.io/github/actions/workflow/status/TheDragonCode/benchmark/tests.yml?style=flat-square
232
233
[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/benchmark.svg?style=flat-square
234
0 commit comments