meilisearch/bors.toml

12 lines
237 B
TOML
Raw Normal View History

status = [
'Tests on ubuntu-18.04',
'Tests on macos-latest',
2021-07-01 20:43:10 +08:00
'Tests on windows-latest',
# 'Run Clippy',
2022-03-17 00:13:49 +08:00
'Run Rustfmt',
'Run tests in debug',
]
2021-10-14 20:21:42 +08:00
pr_status = ['Milestone Check']
2021-03-16 17:26:08 +08:00
# 3 hours timeout
timeout-sec = 10800