From ca0693a36db6f5cf61982c7d1eb6eb06a42a559d Mon Sep 17 00:00:00 2001 From: Ziheng Sun Date: Sun, 21 Jul 2024 02:21:44 -0400 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f80ef5a..a101d11 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Run tests run: | - pytest -s tests/ + pytest -s . - name: Upload pytest results if: always()