This commit is contained in:
kat 2024-11-10 17:01:22 -05:00 committed by kxtz smith
parent 0d10b72393
commit 88e1a8f186

View File

@ -1,4 +1,4 @@
name: C/C++ CI name: build kvs
on: on:
push: push:
@ -13,7 +13,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: build-kvs - name: build
run: make kvs run: make kvs
- name: build-kvg
run: make kvg