Skip to content

Commit

Permalink
Add neureka test to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Jan 18, 2024
1 parent 31dc36e commit 7bae33c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,20 @@ static_check_python:
script:
- pyright .

run_test0:
run_ne16_test:
stage: test
tags:
- gap9-sdk
artifacts:
untracked: true
script:
- cd test && pytest test.py --test-dir tests --recursive
- cd test && pytest test.py --test-dir tests --recursive -A ne16

run_neureka_test:
stage: test
tags:
- siracusa-sdk
artifacts:
untracked: true
script:
- cd test && pytest test.py --test-dir tests --recursive -A neureka

0 comments on commit 7bae33c

Please sign in to comment.