Skip to content

build(deps): update prettydiff requirement from 0.7.0 to 0.8.0 (#348) #182

build(deps): update prettydiff requirement from 0.7.0 to 0.8.0 (#348)

build(deps): update prettydiff requirement from 0.7.0 to 0.8.0 (#348) #182

Workflow file for this run

name: bindings/ffi
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