Skip to content

修复日志打印时core dump问题 (#56) #30

修复日志打印时core dump问题 (#56)

修复日志打印时core dump问题 (#56) #30

Workflow file for this run

name: run test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: clean
run: make clean
- name: make
run: make -j$(nproc)
- name: test
run: make test -j$(nproc)