File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2626 cmake --build build --parallel
2727
2828 - name : Run Unit Tests
29- run : ./build/test
29+ run : ./build/tests
Original file line number Diff line number Diff line change 5757 cmake --build build --parallel
5858
5959 - name : Run Unit Tests
60- run : ./build/test
60+ run : ./build/tests
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
26C++ header-only msgpack library using kiss principle
37
You can’t perform that action at this time.
0 commit comments