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 29, 2024
1 parent 577e836 commit 1d953cd
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/statistical_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@ jobs:
- name: Verificar código
uses: actions/checkout@v3

- name: Executar "SP800-22"
- name: Criar arquivo de entrada
run: |
./statistical_tests/SP800-22/assess 10000 << EOF
0
"output.bin"
1
0
100
1
EOF
echo -e "0\noutput.bin\n1\n0\n100\n1" > input.txt
- name: Executar "SP800-22"
run: |
./statistical_tests/SP800-22/assess 10000 < input.txt

0 comments on commit 1d953cd

Please sign in to comment.