Skip to content

Commit

Permalink
Fix shell for sequential tests of Generic, Cortex, and Mempool platfo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Jung authored Nov 5, 2024
1 parent a03766d commit 4097c33
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/TestRunnerCortexM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
python testRunner_cortexm.py -t Tests/$testName
fi
done
shell: bash

1 change: 1 addition & 0 deletions .github/workflows/TestRunnerGeneric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
python testRunner_generic.py -t Tests/$testName
fi
done
shell: bash

1 change: 1 addition & 0 deletions .github/workflows/TestRunnerMempool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
python testRunner_mempool.py -t Tests/$testName
fi
done
shell: bash

1 change: 0 additions & 1 deletion .github/workflows/TestRunnerTiledSiracusaSequential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ jobs:
python testRunner_tiled_siracusa.py -t Tests/$testName --cores=${{ inputs.num-cores }} --l1 $L1_value --defaultMemLevel=${{ inputs.default-memory-level }} ${{ inputs.double-buffer && '--doublebuffer' || '' }}
done
done
shell: bash

0 comments on commit 4097c33

Please sign in to comment.