#
# SPDX-License-Identifier: CC0-1.0
-name: Unit tests
+name: Src tests
on:
push:
jobs:
tests:
- name: Unit tests (PHP ${{ matrix.php }})
+ name: Src tests (PHP ${{ matrix.php }})
runs-on: ubuntu-latest
strategy:
uses: "ramsey/composer-install@v2"
- name: Run Unit tests
- run: composer run test -- --configuration tests/phpunit.xml -d memory_limit=-1;
\ No newline at end of file
+ run: composer run test -- tests/src --configuration tests/phpunit.xml -d memory_limit=-1
\ No newline at end of file