Run CI tests in parallel (#1962)

* run car model unit tests in parallel

* remove refs to deleted file

* run with coverage

* that wasn't necessary

* as builder

* need a new route for this one too
old-commit-hash: 9ee1cc9b828e8018fa37443d90dba95f8a032260
This commit is contained in:
Adeeb Shihadeh
2020-08-02 00:30:09 -07:00
committed by GitHub
parent 943044b317
commit 2f1d9daa9a
5 changed files with 9 additions and 17 deletions

View File

@@ -81,7 +81,6 @@ RUN mkdir -p /tmp/openpilot
COPY SConstruct \
.pylintrc \
.pre-commit-config.yaml \
.coveragerc-app \
/tmp/openpilot/
COPY ./pyextra /tmp/openpilot/pyextra