1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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