From 2e64b75930018155616fc5541102f54dd3ec1d46 Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Mon, 10 Jun 2024 08:47:00 -0600 Subject: [PATCH] ci: Turn on pytest --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5ff56bf..6f9b1d8 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -39,8 +39,8 @@ jobs: - name: Test install run: python3 -m pip install . - # - name: Test with pytest - # run: python3 -m pytest --cov=shell_logger example/ test/ + - name: Test with pytest + run: python3 -m pytest --cov=shell_logger test/ # - name: Upload coverage reports to Codecov # uses: codecov/codecov-action@v3