mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 09:13:52 +08:00
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -84,7 +84,7 @@ jobs:
|
||||
run: eval "$BUILD"
|
||||
- name: Run safety replay
|
||||
run: ${{ env.RUN }} "cd tests/safety_replay &&
|
||||
scons -u --test .. &&
|
||||
scons -u .. &&
|
||||
./test_safety_replay.py"
|
||||
|
||||
misra:
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
AddOption('--test',
|
||||
action='store_true',
|
||||
help='build test files')
|
||||
|
||||
# panda fw
|
||||
SConscript('board/SConscript')
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Make sure test fails if one HW_TYPE fails
|
||||
set -e
|
||||
|
||||
scons -u --test
|
||||
scons -u
|
||||
|
||||
for hw_type in {0..7}; do
|
||||
echo "Testing HW_TYPE: $hw_type"
|
||||
|
||||
Reference in New Issue
Block a user