Skip to content

Commit

Permalink
Renable all tests for CPP github action
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jun 26, 2024
1 parent 3471e16 commit aef9308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/runcpptest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions dsppp/run_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit aef9308

Please sign in to comment.