Skip to content

Commit

Permalink
Add wmem to neureka test and add neureka_v2 tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Dec 26, 2024
1 parent 0213f7a commit f7000e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-neureka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
working-directory: test
run: |
source /pulp-sdk/configs/siracusa.sh
pytest test.py -T tests -R -A neureka
pytest test.py -T tests -R -A neureka --build-flow=make --wmem=tcdm
pytest test.py -T tests -R -A neureka --build-flow=make --wmem=sram
14 changes: 14 additions & 0 deletions .github/workflows/test-neureka_v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test Neureka v2
on: push
jobs:
test:
runs-on: ubuntu-latest
container: ghcr.io/pulp-platform/pulp-nnx:main-test
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run test
shell: bash
working-directory: test
run: |
pytest test.py -T tests -R -A neureka_v2 --build-flow=cmake --wmem=mram

0 comments on commit f7000e0

Please sign in to comment.