From 8048dd7d917cb82ec6a14b5dc6f84192710c66bf Mon Sep 17 00:00:00 2001 From: "Thing-han, Lim" <15379156+potsrevennil@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:18:01 +0800 Subject: [PATCH] make ci tests output verbose Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fd274e92..8f9ef7c34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ 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: | @@ -54,7 +54,7 @@ jobs: || 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: | @@ -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: