Skip to content

Commit

Permalink
make ci tests output verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Jun 17, 2024
1 parent 4caacc6 commit 8048dd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
id: func_test
shell: nix develop .#ci -c bash -e {0}
run: |
tests func
tests func -v
- name: Run KAT tests
id: kat_test
if: |
success()
|| steps.func_test.conclusion == 'failure'
shell: nix develop .#ci -c bash -e {0}
run: |
tests kat
tests kat -v
- name: Run Nistkat tests
id: nistkat_test
if: |
Expand All @@ -63,7 +63,7 @@ jobs:
|| steps.kat_test.conclusion == 'failure'
shell: nix develop .#ci -c bash -e {0}
run: |
tests nistkat
tests nistkat -v
lint:
strategy:
matrix:
Expand Down

0 comments on commit 8048dd7

Please sign in to comment.