Skip to content

more cases of "point" --> "vertex" and "at" --> "in" #10

more cases of "point" --> "vertex" and "at" --> "in"

more cases of "point" --> "vertex" and "at" --> "in" #10

Workflow file for this run

name: Fast check without dependencies
on:
push:
# run tests on PR events
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: configure
run: mkdir build && cd build && cmake -DONLY_VERY_SHORT_TESTS=ON -DBUILD_TESTING=ON ..
- name: make
run: cd build && make
- name: test
run: cd build && ctest