Merge branch 'main' of github.com:overflowerror/Cson

This commit is contained in:
overflowerror 2021-05-04 17:36:14 +02:00
commit b6aa0a2a34

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