Skip to content

Commit ab413a3

Browse files
committed
Enable Postgres
1 parent bfc8f5d commit ab413a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
touch database/database.sqlite
8080
8181
- name: Execute tests
82-
run: vendor/bin/pest --exclude-group=pgsql --coverage --min=70
82+
run: vendor/bin/pest --coverage --min=70
8383
env:
8484
MYSQL_PORT: 3306
8585
MYSQL_USERNAME: root

0 commit comments

Comments
 (0)