We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc8f5d commit ab413a3Copy full SHA for ab413a3
.github/workflows/run-tests.yml
@@ -79,7 +79,7 @@ jobs:
79
touch database/database.sqlite
80
81
- name: Execute tests
82
- run: vendor/bin/pest --exclude-group=pgsql --coverage --min=70
+ run: vendor/bin/pest --coverage --min=70
83
env:
84
MYSQL_PORT: 3306
85
MYSQL_USERNAME: root
0 commit comments