From 977b509467c173c0bf1a47e73fa8f46f1f1d94c0 Mon Sep 17 00:00:00 2001 From: Stephen Nneji Date: Fri, 28 Jun 2024 18:34:27 +0100 Subject: [PATCH] bug finding --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index d78c985b..3de213f1 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -49,4 +49,4 @@ jobs: - name: Install and Test with pytest run: | python -m pip install -e .[Dev] - pytest tests/ --cov=RATpy --cov-report=term + python -X faulthandler -m pytest tests/ --cov=RATpy --cov-report=term