From 47c9aca01ff10f20bff19fe31507b67794bcd734 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 24 Apr 2026 21:34:03 -0700 Subject: [PATCH] readme: update test command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b41fb5e8f..94a44aacb 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ cd opendbc # here are the individual commands it runs pip3 install -e .[testing,docs] # install dependencies scons -j8 # build with 8 cores -pytest . # run the tests +unittest-parallel # run the tests lefthook run lint # run the linter ```