Skip to content

Commit

Permalink
run only model test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Jun 6, 2024
1 parent 4fb5fcd commit 61fcf48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: composer test
- name: Run model test suite
run: composer modeltest

0 comments on commit 61fcf48

Please sign in to comment.