mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
Run all tests when local testing. (#5717)
This commit is contained in:
parent
9f84b6390d
commit
91f1aa05ad
1 changed files with 3 additions and 9 deletions
12
script/test
12
script/test
|
@ -6,12 +6,6 @@ cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
esphome compile tests/test1.yaml
|
for f in ./tests/test*.yaml; do
|
||||||
esphome compile tests/test2.yaml
|
esphome compile $f
|
||||||
esphome compile tests/test3.yaml
|
done
|
||||||
esphome compile tests/test3.1.yaml
|
|
||||||
esphome compile tests/test4.yaml
|
|
||||||
esphome compile tests/test5.yaml
|
|
||||||
esphome compile tests/test6.yaml
|
|
||||||
esphome compile tests/test7.yaml
|
|
||||||
esphome compile tests/test8.yaml
|
|
||||||
|
|
Loading…
Reference in a new issue