also run qcomgpsd on path update

This commit is contained in:
Adeeb Shihadeh
2023-12-14 20:44:14 -08:00
parent 2cad6dfa58
commit 0830f62b36
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/"]],
])
},