Index

lognestmonster / 728148f

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
18905 Feb 2020 15:18b41ce54Stop running performance test in GitHub ActionsJosh Stockin111G

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

text/plain333 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: Run testing chain
15 run: ./test lint c_unit
16