vmtest-action-demo
May 7, 2023 ยท View on GitHub
This repository demonstrates how to use vmtest-action.
Basically we compile this C++ program that dynamically links with
jsoncpp. We choose this setup because it requires both build time
and runtime dependencies. This helps prove that vmtest can handle
this kind of typical setup.
See commit 210118201 for how to drop vmtest-action into your
existing workflow.