Round the coordinates of elements on creating the elements, and nowhe… #134
Workflow file for this run
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: 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" | |