mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
348345f555
There is currently an issue with clippy that stops us from merging PRs. https://github.com/rust-lang/rust-clippy/issues/8662#issuecomment-1093899755 We can't use clippy in the CI while that's not merged
12 lines
237 B
TOML
12 lines
237 B
TOML
status = [
|
|
'Tests on ubuntu-18.04',
|
|
'Tests on macos-latest',
|
|
'Tests on windows-latest',
|
|
# 'Run Clippy',
|
|
'Run Rustfmt',
|
|
'Run tests in debug',
|
|
]
|
|
pr_status = ['Milestone Check']
|
|
# 3 hours timeout
|
|
timeout-sec = 10800
|