Merge pull request #18 from sidi762/master

Update CI to include tests
This commit is contained in:
Li Haokun 2023-02-12 00:28:31 +08:00 committed by GitHub
commit f4deca4427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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