Skip to content

Add edge toggling, disabled edge persistence, options dialog improvem… #43

Add edge toggling, disabled edge persistence, options dialog improvem…

Add edge toggling, disabled edge persistence, options dialog improvem… #43

Workflow file for this run

name: C Build & Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build application
shell: bash
run: make CC=gcc all
- name: Run Unity tests
shell: bash
run: make CC=gcc test