Skip to content

Add missing array__remove() tests #577

Add missing array__remove() tests

Add missing array__remove() tests #577

Workflow file for this run

name: Ubuntu
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: prep
run: cmake .
- name: build
run: cmake --build .
- name: test
run: ctest --output-on-failure