Skip to content

CANParser: optimize data handling by eliminating data copy after Update() #6696

CANParser: optimize data handling by eliminating data copy after Update()

CANParser: optimize data handling by eliminating data copy after Update() #6696

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
name: ./test.sh
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-latest]
steps:
- uses: commaai/timeout@v1
- uses: actions/checkout@v4
- run: ./test.sh