From c83ce632516badfdbd2648a788244310a4eae3e8 Mon Sep 17 00:00:00 2001 From: Sara Kowalski Date: Fri, 31 May 2024 10:52:12 -0400 Subject: [PATCH] chore: fix run test --- .github/workflows/test-edge-with-hypothesis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-edge-with-hypothesis.yaml b/.github/workflows/test-edge-with-hypothesis.yaml index 32c8b63cfd2..353dc67718b 100644 --- a/.github/workflows/test-edge-with-hypothesis.yaml +++ b/.github/workflows/test-edge-with-hypothesis.yaml @@ -40,4 +40,4 @@ jobs: project: 'test-data-generation' - name: 'Run Hypothesis tests' - run: 'make test' + run: 'make -C test-data-generation test'