Skip to content

add space and fix typing #455

add space and fix typing

add space and fix typing #455

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make N=1 -j$((`nproc`+2))
- uses: actions/upload-artifact@v4
with:
name: winix.srec
path: winix.srec
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run unit test
run: make test