From e79471581f3eb6f204593b4dc7e75ef4bc3cae14 Mon Sep 17 00:00:00 2001 From: Johan Schott Date: Mon, 1 Apr 2024 18:39:43 +0200 Subject: [PATCH] run all pytests --- .github/workflows/buildci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/buildci.yml b/.github/workflows/buildci.yml index fa640b0..16bf16c 100644 --- a/.github/workflows/buildci.yml +++ b/.github/workflows/buildci.yml @@ -53,5 +53,7 @@ jobs: # pytest ../impurityModel/test/test_comparison_with_reference.py pytest impurityModel/test/test_comparison_with_reference.py echo "-------- debug print E ----------" + pytest impurityModel + echo "-------- debug print F ----------"