mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 12:10:42 +02:00
change test to take into account new io system
This commit is contained in:
10
.github/workflows/c-cpp.yml
vendored
10
.github/workflows/c-cpp.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user