Add wmem to neureka test and add neureka_v2 tests to CI #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |