Index

lognestmonster / 4b380ef

A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
16208 Dec 2019 19:536dd952cUpdate unit testing and CI testing configurationJosh Stockin1150N

Blob @ lognestmonster / .github / workflows / c_unit.yml

text/plain347 bytesdownload raw
1name: C Header Unit Tests
2on:
3 push:
4 paths:
5 - 'src/c/*'
6 - 'tests/'
7 - 'test'
8jobs:
9 build:
10 name: Build and Test
11 runs-on: [ubuntu-latest]
12 steps:
13 - uses: actions/checkout@v1
14 - name: Make and run unit test output binary
15 run: ./test c_unit
16