also run qcomgpsd on path update

old-commit-hash: 0830f62b36fd4e802ea6f1a74062ae9e8bd7ecd1
This commit is contained in:
Adeeb Shihadeh
2023-12-14 20:44:14 -08:00
parent 71d4a05d86
commit 129c2b9f16
Vendored
+1 -1
View File
@@ -251,7 +251,7 @@ node {
["test pandad", "pytest selfdrive/boardd/tests/test_pandad.py", ["panda/", "selfdrive/boardd/"]],
["test amp", "pytest system/hardware/tici/tests/test_amplifier.py"],
["test hw", "pytest system/hardware/tici/tests/test_hardware.py"],
["test qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py"],
["test qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py", ["system/qcomgpsd/"]],
])
},