Skip to content

Support symbol and asm data #51

Support symbol and asm data

Support symbol and asm data #51

Workflow file for this run

name: Check proto
on:
push:
branches:
- '*'
pull_request_target:
types:
- opened
- reopened
- synchronize
jobs:
build-check-test:
name: ${{ matrix.target.triple }}
runs-on: ${{ matrix.target.os }}
strategy:
fail-fast: false
matrix:
target:
- { os: ubuntu-22.04, triple: x86_64-unknown-linux-gnu }
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "32.x"
- name: Test
run: |
cargo test --workspace