mirror of
https://github.com/sigmasternchen/libargo
synced 2025-03-15 05:08:54 +00:00
added marshaller test to test suit workflow
This commit is contained in:
parent
6c097589ab
commit
0cb3cf8acd
1 changed files with 6 additions and 2 deletions
8
.github/workflows/test-suit.yml
vendored
8
.github/workflows/test-suit.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue