From aef9308989798c361e2e314eca1f0039bf08ceb0 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Wed, 26 Jun 2024 07:49:11 +0200 Subject: [PATCH] Renable all tests for CPP github action --- .github/workflows/runcpptest.yaml | 6 ++---- dsppp/run_all.py | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/runcpptest.yaml b/.github/workflows/runcpptest.yaml index df4e668b..f284bdc1 100644 --- a/.github/workflows/runcpptest.yaml +++ b/.github/workflows/runcpptest.yaml @@ -15,10 +15,8 @@ jobs: strategy: fail-fast: true matrix: - compiler: [AC6] - core: [M55] - #compiler: [AC6, CLANG, GCC] - #core: [M0, M4, M55] + compiler: [AC6, CLANG, GCC] + core: [M0, M4, M55] runs-on: ubuntu-latest steps: diff --git a/dsppp/run_all.py b/dsppp/run_all.py index 7a6ac93a..a319a1e1 100644 --- a/dsppp/run_all.py +++ b/dsppp/run_all.py @@ -200,9 +200,9 @@ def is_only_test(n,i): ] # Restricted tests for debugging -TESTS=["DOT_TEST","VECTOR_TEST"] -DATATYPES=["F32_DT"] -MODE = ["STATIC_TEST"] +#TESTS=["DOT_TEST","VECTOR_TEST"] +#DATATYPES=["F32_DT"] +#MODE = ["STATIC_TEST"] all_tests = list(itertools.product(TESTS,DATATYPES,MODE))