Skip to content

Commit

Permalink
Revert "Removes non-used tests"
Browse files Browse the repository at this point in the history
This reverts commit ce8ac67.
  • Loading branch information
nunomaduro committed Jan 24, 2025
1 parent ce8ac67 commit 3dfa4ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:

- name: Unit Tests
run: composer test:unit

- name: Unit Options Tests
run: composer test:unit:options
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
"lint": "pint",
"test:lint": "pint --test",
"test:unit": "pest --colors=always --exclude-group=options",
"test:unit:options": "pest --colors=always --group=options --without-exception-handling --without-deprecation-handling",
"test": [
"@test:lint",
"@test:unit",
"@test:unit:options"
]
}
}

0 comments on commit 3dfa4ad

Please sign in to comment.