Fix error handling in array__remove() in cnex #563
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: macOS | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: prep | |
run: cmake . | |
- name: build | |
run: cmake --build . | |
- name: test | |
run: ctest --output-on-failure |