Skip to content

Update OPA tests to v0.65.0 (#264) #33

Update OPA tests to v0.65.0 (#264)

Update OPA tests to v0.65.0 (#264) #33

Workflow file for this run

name: bindings/c-cpp
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test FFI
run: |
cargo build -r
cargo clippy --all-targets --no-deps -- -Dwarnings
working-directory: ./bindings/ffi