mirror of
https://github.com/markqvist/rnsh.git
synced 2025-07-24 15:35:28 -04:00
Set up some tests to be skipped in CI builds
This commit is contained in:
parent
86906fd8f4
commit
ef6a4ebb25
3 changed files with 7 additions and 2 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
@ -39,4 +39,4 @@ jobs:
|
|||
# run: poetry run black . --check
|
||||
|
||||
- name: Test with pytest
|
||||
run: poetry run pytest tests
|
||||
run: poetry run pytest "not skip_ci" tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue