mirror of
https://github.com/sigmasternchen/libargo
synced 2025-03-15 05:08:54 +00:00
Merge branch 'main' of github.com:overflowerror/Cson
This commit is contained in:
commit
b6aa0a2a34
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