Skip to content

made progress on octree class; working on building the octree class #32

made progress on octree class; working on building the octree class

made progress on octree class; working on building the octree class #32

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"