Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darek-margas authored Aug 8, 2024
1 parent edd8cc6 commit bd6d1cd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: GELFsender test

on:
push:
Expand All @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: make
run: make
run: |
cd code
make
- name: make test
run: make test
run: |
cd code
make test

0 comments on commit bd6d1cd

Please sign in to comment.