Skip to content

fix: lint -> test typo #2

fix: lint -> test typo

fix: lint -> test typo #2

Workflow file for this run

name: Test
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cmake -P tests/test.cmake