@@ -21,10 +21,10 @@ jobs:
|
|||||||
run: >
|
run: >
|
||||||
gcc -Wall -Wextra
|
gcc -Wall -Wextra
|
||||||
-I./Chains_across_the_Island/Fundamentals/basics
|
-I./Chains_across_the_Island/Fundamentals/basics
|
||||||
-o tests
|
-o test
|
||||||
Chains_across_the_Island/Fundamentals/basics/basics.c
|
Chains_across_the_Island/Fundamentals/basics/basics.c
|
||||||
tests/test_basics.c
|
tests/test_basics.c
|
||||||
-lcriterion
|
-lcriterion
|
||||||
|
|
||||||
- name: Exécuter les tests
|
- name: Exécuter les tests
|
||||||
run: ./tests
|
run: ./test
|
||||||
|
|||||||
Reference in New Issue
Block a user