Skip to content

Clarifications in README.md (#9) #11

Clarifications in README.md (#9)

Clarifications in README.md (#9) #11

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: test
run: make build VERBOSE=true