Update c-cpp.yml
This commit is contained in:
parent
4170953810
commit
decd210eda
4
.github/workflows/c-cpp.yml
vendored
4
.github/workflows/c-cpp.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user