Skip to content

Add Support for BPF arch #126

Add Support for BPF arch

Add Support for BPF arch #126

Workflow file for this run

on:
- push
- pull_request
name: main
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust:
- 1.60.0
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: test
run: ./capstone-rs/ci/test.sh
- name: test (all features)
run: ALL_FEATURES=1 ./capstone-rs/ci/test.sh