Skip to content

add github action to run tests #1

add github action to run tests

add github action to run tests #1

Workflow file for this run

name: CMake
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Project
uses: threeal/[email protected]
with:
build-type: Release
- name: Test Project
uses: threeal/[email protected]
with:
build-config: Release