Skip to content

Feat: Optional Metrics #42

Feat: Optional Metrics

Feat: Optional Metrics #42

Workflow file for this run

name: quick-test
on:
pull_request:
paths-ignore:
- "**.md"
- LICENCE
- CODEOWNERS
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Run Tests
run: make test