added marshaller test to test suit workflow

This commit is contained in:
overflowerror 2021-05-04 17:33:21 +02:00 committed by GitHub
parent 6c097589ab
commit 0cb3cf8acd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt install flex bison
- name: make test
run: make test
- name: run tests
run: make clean test marshaller-test
- name: run basic test
run: ./test
- name: run marshaller test
run: ./marshaller-test