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