mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
tests: one file for safety and coverage tests (#1865)
* one file for all tests * clean up * unreachable * Revert "unreachable" This reverts commit 4b792b1f9b5290b57975d21c24be5029be16b0e3.
This commit is contained in:
17
.github/workflows/test.yaml
vendored
17
.github/workflows/test.yaml
vendored
@@ -89,23 +89,6 @@ jobs:
|
||||
scons -j$(nproc) ${{ matrix.flags }} && \
|
||||
tests/safety/test.sh"
|
||||
|
||||
safety_coverage:
|
||||
name: safety coverage
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build Docker image
|
||||
run: eval "$BUILD"
|
||||
- name: Run safety coverage test
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
${{ env.RUN }} "cd .. && \
|
||||
scons -c && \
|
||||
scons -j$(nproc) opendbc/ cereal/ && \
|
||||
cd panda/tests/safety && \
|
||||
./test_coverage.sh"
|
||||
|
||||
misra:
|
||||
name: MISRA C:2012
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user