7fadbfa992
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
3 lines
118 B
Bash
Executable File
3 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
pytest tests/ -k "not test_e2e_full_stack and not test_upload_tasks and not test_slow" -m "not slow" -n 4
|