Skip to content

Commit 0e286a6

Browse files
authored
Update ada.yml
1 parent 2279f31 commit 0e286a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ada.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,10 @@ jobs:
3232
- name: Set up GNAT toolchain
3333
run: >
3434
sudo apt-get update &&
35-
sudo apt-cache search libaunit
35+
sudo apt-get install gnat gprbuild libaunit-dev
36+
37+
- name: Build_Tests_Unitaire
38+
run: make tests_unitaire
39+
40+
- name: Run_Tests_Unitaires
41+
run: make run_tests_unitaire

0 commit comments

Comments
 (0)