Skip to content

Round the coordinates of elements on creating the elements, and nowhe… #134

Round the coordinates of elements on creating the elements, and nowhe…

Round the coordinates of elements on creating the elements, and nowhe… #134

Workflow file for this run

name: unit_test
on: push
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install requirements
run: |
sudo make requirements/test USR_DIR="/usr/local"
- name: make test
run: |
make test USR_DIR="/usr/local"