Skip to content

update testing and previous implementation; debug octree implementati… #33

update testing and previous implementation; debug octree implementati…

update testing and previous implementation; debug octree implementati… #33

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
env:
HOOTSIM_PATH: "."
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run tests
run: |
result=$(make test)
echo "$result"
echo "::set-output name=test-result::$result"