Merge branch 'main' of https://github.com/AUnicornWithNoLife/carg-parse
This commit is contained in:
commit
7475df3100
19
.github/workflows/c.yml
vendored
Normal file
19
.github/workflows/c.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: C/C++ CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: make test
|
||||||
|
run: make test
|
||||||
|
- name: make stress
|
||||||
|
run: make stress
|
Loading…
Reference in New Issue
Block a user