Skip to content

Use dylib for iOS

Use dylib for iOS #80

Workflow file for this run

on: [pull_request]
name: UR Continuous Integration
jobs:
UnitTest:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-06-26
override: true
target: x86_64-apple-darwin
components: rustfmt
- name: Run Test
run: cargo +nightly-2023-06-26 test