Skip to content

osx: allow including dylib in frameworks directory and auto-add rpath… #85

osx: allow including dylib in frameworks directory and auto-add rpath…

osx: allow including dylib in frameworks directory and auto-add rpath… #85

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cargo test --color never
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo clippy --all-targets -- -D warnings
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo fmt --all -- --check