From 5c7eb339ce48b5be618e99757c7742b37e20b3f1 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Mon, 5 Feb 2024 16:04:31 -0800 Subject: [PATCH] fix: run in both --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4366edd..074450fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,10 @@ jobs: - name: Run tests and collect coverage run: pytest --cov app + - name: test run subprocess + run: | + python test_root.py + - name: Upload coverage to Codecov using uploader run: | curl -Os https://uploader.codecov.io/v0.7.1/linux/codecov