Update c-cpp.yml

This commit is contained in:
pavlik_dev
2024-08-22 00:18:40 +03:00
committed by GitHub
parent 4170953810
commit decd210eda

View File

@@ -17,3 +17,7 @@ jobs:
run: ./configure
- name: make
run: make
- name: make a test file
run: echo "test file" >> test.txt
- name: test the executable
run: ./fileinfo test.txt