Skip to content

[docs] Update README with latest spline routing development #13

[docs] Update README with latest spline routing development

[docs] Update README with latest spline routing development #13

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false
- name: Run Tests
run: make test