Skip to content

Update CI (maturin option for MacOS) #66

Update CI (maturin option for MacOS)

Update CI (maturin option for MacOS) #66

Workflow file for this run

name: TestSet
on: [push]
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Test mocset
run: cargo test --package moc-set