Skip to content

Fix allsky and interesction bugs in STC-S #68

Fix allsky and interesction bugs in STC-S

Fix allsky and interesction bugs in STC-S #68

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