Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 19, 2024
1 parent 6a0542b commit 33e16f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def to_dict(self):
{"run": {"name": "check 3", "command": f'echo $TESTS'}},
{"run": {
"name": "Run tests",
"command": f"python -m pytest -v tests/models/mamba2/test_modeling_mamba2.py"}
"command": f"({timeout_cmd} python3 -m pytest {marker_cmd} -n {self.pytest_num_workers} {additional_flags} {' '.join(pytest_flags)} tests/models/mamba2/test_modeling_mamba2.py | tee tests_output.txt)"}
},
{"run": {"name": "Expand to show skipped tests", "when": "always", "command": f"python3 .circleci/parse_test_outputs.py --file tests_output.txt --skip"}},
{"run": {"name": "Failed tests: show reasons", "when": "always", "command": f"python3 .circleci/parse_test_outputs.py --file tests_output.txt --fail"}},
Expand Down

0 comments on commit 33e16f6

Please sign in to comment.