From b7a71aaa8e1825a4d3d4d30c038feda5a94faf9c Mon Sep 17 00:00:00 2001 From: clearbluejar <3752074+clearbluejar@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:58:34 +0000 Subject: [PATCH] add verbose --- .github/workflows/pytest-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-docker.yml b/.github/workflows/pytest-docker.yml index 8ac49fd..e215221 100644 --- a/.github/workflows/pytest-docker.yml +++ b/.github/workflows/pytest-docker.yml @@ -54,6 +54,6 @@ jobs: # popd # download data to shared test data if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi - pytest -rA + pytest -rAv shell: bash \ No newline at end of file