Update CI to include tests

This commit is contained in:
Sidi Liang
2023-02-11 13:10:59 +08:00
committed by GitHub
parent 79c1e27027
commit 681f04b0d3

View File

@@ -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