Skip to content

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar committed Sep 16, 2024
1 parent de63873 commit 0cbc50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cloud_test_logic/run_cloud_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def convert_string_to_boolean(string_value):
sys.exit(1)
print(f"All indices has been created, proceeding to run tests with pytest. Arguments: {sys.argv[1:]}")

pytest_args = ['tests/v2_tests/test_hybrid_search.py', '-m', 'not ignore_during_cloud_tests'] + sys.argv[1:]
pytest_args = ['tests/', '-m', 'not ignore_during_cloud_tests'] + sys.argv[1:]
print("running integration tests with args:", pytest_args)
pytest_exit_code = pytest.main(pytest_args)
if pytest_exit_code != 0:
Expand Down

0 comments on commit 0cbc50e

Please sign in to comment.