Skip to content

Commit

Permalink
Run slow tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aragilar committed Aug 14, 2022
1 parent a19d4f6 commit 746fd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ orbs:
steps:
- run:
no_output_timeout: 1.5h
command: tox -e <<parameters.tox_name>> <<parameters.tox_args>>
command: DS_RUN_SLOW_TESTS=true tox -e <<parameters.tox_name>> <<parameters.tox_args>>

tox_post:
steps:
Expand Down

0 comments on commit 746fd92

Please sign in to comment.