Skip to content

Commit

Permalink
run bench.php with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
k-samuel committed Oct 20, 2023
1 parent 7b38e05 commit a868d70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jobs:

- name: PHPUnit tests
run: ./vendor/bin/phpunit -c ./phpunit.xml.dist --coverage-clover coverage.xml

- name: Bench
run: ./bench.php

0 comments on commit a868d70

Please sign in to comment.