From 681f04b0d3ddb073090eea8e58a42cb8fb1318ea Mon Sep 17 00:00:00 2001 From: Sidi Liang <1467329765@qq.com> Date: Sat, 11 Feb 2023 13:10:59 +0800 Subject: [PATCH] Update CI to include tests --- .github/workflows/c-cpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 3aaabf5..419659b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -20,6 +20,7 @@ jobs: cd module make all cd .. + make test tar -czf nasal-mac-nightly.tgz . - name: Release file # You may pin to the exact commit or the version. @@ -45,6 +46,7 @@ jobs: cd module make all cd .. + make test touch nasal-linux-x86_64-nightly.tgz tar -czf nasal-linux-x86_64-nightly.tgz --exclude=nasal-linux-x86_64-nightly.tgz . - name: Release file