Skip to content

Commit

Permalink
update adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Jan 28, 2024
1 parent 68994d6 commit b3ca594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Run Python tests
run: |
cd tests
pytest --adapters adapters/rust
pytest --adapters adapters/python
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Run Rust tests
run: |
cd tests
pytest
pytest --adapters adapters/cli

0 comments on commit b3ca594

Please sign in to comment.