Skip to content

add get_ancestor_ids function #22

add get_ancestor_ids function

add get_ancestor_ids function #22

Workflow file for this run

name: MacOs Build
on:
push:
pull_request:
jobs:
build-on-macos-latest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Cargo Hack Check
run: cargo hack check --each-feature --lib --tests
- name: Cargo Hack Test
run: cargo hack test --each-feature