Skip to content

Merge pull request #2 from toririm/feature/def-function #3

Merge pull request #2 from toririm/feature/def-function

Merge pull request #2 from toririm/feature/def-function #3

Workflow file for this run

name: test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run test
run: make test