Skip to content

Commit

Permalink
Run pytest only for tests directory
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
  • Loading branch information
rw1nkler committed Jul 12, 2023
1 parent 2605261 commit 3670a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test with pytest
run: |
pytest
pytest tests
- name: Generate sources for example HDMI setup
run: |
Expand Down

0 comments on commit 3670a67

Please sign in to comment.