Skip to content

Commit

Permalink
Move fastapi tests to top level tests/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 6, 2024
1 parent 2328c52 commit a179e1f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: sudo service clickhouse-server start

- name: Install dependencies
run: poetry install
run: poetry install --all-extras

- name: Run all tests
env:
Expand Down
Empty file added tests/fastapi/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit a179e1f

Please sign in to comment.