Run make regardless of timestamps, so we are sure unit tests run with the generated PHP code, not with accidental human made changes to Lexer/Parser.

This commit is contained in:
Simon Wisselink
2023-01-26 13:03:04 +01:00
parent c47756b489
commit 39dad96601

View File

@@ -75,7 +75,7 @@ jobs:
uses: php-actions/composer@v6
- name: Run make
run: make
run: make -B
- name: Run tests with phpunit
run: php ./vendor/phpunit/phpunit/phpunit