Skip to content

fix: Make flags work properly #1

fix: Make flags work properly

fix: Make flags work properly #1

Workflow file for this run

name: Run Make Test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Test.
run: make test
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Build.
run: make build