Skip to content

bug-fix:handling for large num_args #6

bug-fix:handling for large num_args

bug-fix:handling for large num_args #6

Workflow file for this run

name: Debugging build and test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v4
- name: Build (debugging mode)
run: make debug
- name: Run make check
run: make check
- name: Build regression test runner
run: make -C test/regtest
- name: Run regression test suite
run: cd test/regtest && ./regtest