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 3710cda commit 58ae6fe
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/statistical_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Executar Geradores
name: Executar testes

on:
push:
Expand All @@ -17,12 +17,5 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit 58ae6fe

Please sign in to comment.