From 7543eb37e65087bea9971b340892fa9da4d093bc Mon Sep 17 00:00:00 2001 From: Purnendu Chakraborty Date: Mon, 30 Sep 2024 17:25:12 -0400 Subject: [PATCH] Running 'rye test' to run all tests --- .github/workflows/run-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index ae2a7bb6..e5f8239e 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -26,6 +26,5 @@ jobs: - name: Run tests run: | - source .venv/bin/activate - python tests/test_mepo_commands.py -v + rye test -v timeout-minutes: 5