fix fingerprint test

This commit is contained in:
Willem Melching
2020-02-13 16:53:41 -08:00
parent 4bbac7633e
commit e2253b072e
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
run: $LOAD
- name: Run unit tests
run: |
$RUN cd /tmp/openpilot/selfdrive/test/test_fingerprints.py
$RUN /tmp/openpilot/selfdrive/test/test_fingerprints.py
$RUN "$UNIT_TEST common"
$RUN "$UNIT_TEST opendbc/can"
$RUN "$UNIT_TEST selfdrive/boardd"