mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
remove safety replay test (#1569)
This commit is contained in:
17
.github/workflows/test.yaml
vendored
17
.github/workflows/test.yaml
vendored
@@ -87,23 +87,6 @@ jobs:
|
||||
scons -j$(nproc) ${{ matrix.flags }} && \
|
||||
tests/safety/test.sh"
|
||||
|
||||
safety_replay:
|
||||
name: safety replay
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
flags: ['', '--ubsan']
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build Docker image
|
||||
run: eval "$BUILD"
|
||||
- name: Run safety replay
|
||||
run: |
|
||||
${{ env.RUN }} "scons -j$(nproc) ${{ matrix.flags }} && \
|
||||
cd tests/safety_replay && \
|
||||
./test_safety_replay.py"
|
||||
|
||||
misra:
|
||||
name: misra c2012
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user