Skip to content

Commit

Permalink
Update statistical_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheuzinh0 authored Oct 30, 2024
1 parent 18bdd17 commit dfe70e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/statistical_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Compilar e Executar "TESTU01"
run: |
gcc TESTU01/teste.c -o TESTU01/teste -I include -I lib -lmylib -ltestu01 -lprobdist -lm
sudo make /TESTU01/TestU01-1.2.3/
chmod +x TESTU01/TestU01-1.2.3/install-sh
./TESTU01/TestU01-1.2.3/install-sh
chmod +x TESTU01/teste
./TESTU01/teste

0 comments on commit dfe70e3

Please sign in to comment.