From 23dabdadfd0d39c84b29e244648e3d4b16163c00 Mon Sep 17 00:00:00 2001 From: sternj Date: Tue, 3 Dec 2024 14:30:05 -0500 Subject: [PATCH] Added back in mp tests --- .github/workflows/test-smoketests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-smoketests.yml b/.github/workflows/test-smoketests.yml index 4c6930974..b0c89a21e 100644 --- a/.github/workflows/test-smoketests.yml +++ b/.github/workflows/test-smoketests.yml @@ -41,8 +41,8 @@ jobs: - name: cpu-only smoke test run: python test/smoketest.py test/testme.py --cpu-only - # - name: multiprocessing smoke test - # run: python test/smoketest.py test/multiprocessing_test.py + - name: multiprocessing smoke test + run: python test/smoketest.py test/multiprocessing_test.py # Note: test/smoketest.py only handles single JSON, rather than multiple in sequence. - name: profile-interval smoke test