Added tests to workflow

This commit is contained in:
welcor 2024-06-21 00:30:33 +02:00
parent b61dd29e00
commit a3185bf925

View file

@ -13,7 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: download munit
run: git submodule init && git submodule update
- name: configure
run: ./configure
- name: build tests
run: cd src && touch .accepted && make test
- name: build
run: cd src && touch .accepted && make
run: make clean && make