mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
ci: Run slow tests first (#40769)
Tests are hand-picked based on yours truly's preference Release Notes: - N/A
This commit is contained in:
parent
ea6e6dbda1
commit
1b544b9e19
1 changed files with 14 additions and 0 deletions
|
|
@ -4,3 +4,17 @@ sequential-db-tests = { max-threads = 1 }
|
||||||
[[profile.default.overrides]]
|
[[profile.default.overrides]]
|
||||||
filter = 'package(db)'
|
filter = 'package(db)'
|
||||||
test-group = 'sequential-db-tests'
|
test-group = 'sequential-db-tests'
|
||||||
|
|
||||||
|
# Run slowest tests first.
|
||||||
|
#
|
||||||
|
[[profile.default.overrides]]
|
||||||
|
filter = 'package(worktree) and test(test_random_worktree_changes)'
|
||||||
|
priority = 100
|
||||||
|
|
||||||
|
[[profile.default.overrides]]
|
||||||
|
filter = 'package(collab) and (test(random_project_collaboration_tests) or test(random_channel_buffer_tests) or test(test_contact_requests) or test(test_basic_following))'
|
||||||
|
priority = 99
|
||||||
|
|
||||||
|
[[profile.default.overrides]]
|
||||||
|
filter = 'package(extension_host) and test(test_extension_store_with_test_extension)'
|
||||||
|
priority = 99
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue