Skip to content

Commit

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

- name: Unit Tests
run: composer test:unit

- name: Unit Options Tests
run: composer test:unit:options
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@
"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 ce8ac67

Please sign in to comment.