change test to take into account new io system

This commit is contained in:
2026-01-11 22:51:57 +01:00
parent 74b46f4923
commit bc9228cdc7
9 changed files with 82 additions and 34 deletions

View File

@@ -17,7 +17,9 @@ jobs:
run: |
sudo apt update
sudo apt install -y g++ catch2 libmd4c-dev libmd4c-html0-dev libtomlplusplus-dev
- name: make
run: make -C src
- name: make check
run: make check -C src
- name: make all
run: make all
- name: make test
run: make test
- name: make clean
run: make clean