Index
lognestmonster
/
e112650
A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
182
01 Feb 2020 21:59
08742cb
Add new test chain tests to GitHub Actions configuration
Josh Stockin
1
2
2
G
Blob @
lognestmonster
/
.github
/
workflows
/
c_unit.yml
text/plain
345 bytes
download raw
1
name:
C Header Unit Tests
2
on:
3
push:
4
paths:
5
-
'src/c/*'
6
-
'tests/'
7
-
'test'
8
jobs:
9
build:
10
name:
Build and Test
11
runs-
on:
[
ubuntu-latest
]
12
steps:
13
-
uses:
actions/checkout@v
1
14
-
name:
Run testing chain
15
run:
./test lint c_unit performance
16