From d071980b59e9db7a7bf0b35bf0864f47c3a93e77 Mon Sep 17 00:00:00 2001 From: Igor Machado Date: Thu, 7 Dec 2023 16:57:45 +0000 Subject: [PATCH] make test_local --- .github/workflows/multiplatform.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multiplatform.yml b/.github/workflows/multiplatform.yml index 63a2745..3cf8198 100644 --- a/.github/workflows/multiplatform.yml +++ b/.github/workflows/multiplatform.yml @@ -76,7 +76,11 @@ jobs: shell: bash run: | make install - - name: make test_package + - name: make test_local (all) + shell: bash + run: | + make test_local + - name: make test_package (all) shell: bash run: | make test_package