Increase test scope of MariaDB + PostgreSQL tests (#87019)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Erik Montnemery
2023-02-13 22:58:13 +01:00
committed by GitHub
parent 026b4f5307
commit 4ca0a24f87
7 changed files with 51 additions and 20 deletions

View File

@ -114,7 +114,10 @@ tests: &tests
- tests/auth/**
- tests/backports/**
- tests/common.py
- tests/components/history/**
- tests/components/logbook/**
- tests/components/recorder/**
- tests/components/sensor/**
- tests/conftest.py
- tests/hassfest/**
- tests/helpers/**