Skip to content

Commit 89d14b4

Browse files
author
me
committed
oops
1 parent 9d19604 commit 89d14b4

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
cmake --build build --parallel
2727
2828
- name: Run Unit Tests
29-
run: ./build/test
29+
run: ./build/tests

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
cmake --build build --parallel
5858
5959
- name: Run Unit Tests
60-
run: ./build/test
60+
run: ./build/tests

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
cmake --build build --config RelWithDebInfo --parallel
2626
2727
- name: Run Unit Tests
28-
run: build\RelWithDebInfo\test.exe
28+
run: build\RelWithDebInfo\tests.exe

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![Ubuntu](https://github.com/pfeatherstone/msgpack_cpp/actions/workflows/ubuntu.yml/badge.svg)
2+
![MacOS](https://github.com/pfeatherstone/msgpack_cpp/actions/workflows/macos.yml/badge.svg)
3+
![Windows](https://github.com/pfeatherstone/msgpack_cpp/actions/workflows/windows.yml/badge.svg)
4+
15
# msgpack_cpp
26
C++ header-only msgpack library using kiss principle
37

0 commit comments

Comments
 (0)