Skip to content

Commit

Permalink
Add tutorial test to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Feb 27, 2024
1 parent f644c11 commit 37569dc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,18 @@ jobs:
repository: 'Lava-DL'

- name: Run unit tests
run: poetry run pytest
run: poetry run pytest --ignore=tests/lava/tutorials

tutorial-tests:
name: Unit Test Tutorials
runs-on: ncl-gpu04

steps:
- name: Setup CI
uses: lava-nc/[email protected]
with:
repository: 'Lava-DL'

- name: Run unit tests
run: poetry run pytest tests/lava/tutorials

0 comments on commit 37569dc

Please sign in to comment.