mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 06:44:27 +01:00
update bors.toml
This commit is contained in:
parent
d8695da1d1
commit
5099192c44
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -67,9 +67,9 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Run cargo fmt
|
- name: Run cargo fmt
|
||||||
|
# Since we never ran the `build.rs` script in the benchmark directory we are missing one auto-generated import file.
|
||||||
|
# Since we want to trigger (and fail) this action as fast as possible, instead of building the benchmark crate
|
||||||
|
# we are going to create an empty file where rustfmt expects it.
|
||||||
run: |
|
run: |
|
||||||
# Since we never ran the `build.rs` script in the benchmark directory we are missing one auto-generated import file.
|
|
||||||
# Since we want to trigger (and fail) this action as fast as possible, instead of building the benchmark crate
|
|
||||||
# we are going to create an empty file where rustfmt expect it.
|
|
||||||
echo -ne "\n" > benchmarks/benches/datasets_paths.rs
|
echo -ne "\n" > benchmarks/benches/datasets_paths.rs
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
status = [
|
status = [
|
||||||
'ci (stable)'
|
'Tests on ubuntu-18.04 with stable',
|
||||||
|
'Tests on ubuntu-18.04 with beta',
|
||||||
|
'Tests on ubuntu-18.04 with nightly',
|
||||||
|
'Tests on macos-latest with stable',
|
||||||
|
'Tests on macos-latest with beta',
|
||||||
|
'Tests on macos-latest with nightly',
|
||||||
|
'Cargo check on Windows',
|
||||||
|
'Run Rustfmt',
|
||||||
]
|
]
|
||||||
# 3 hours timeout
|
# 3 hours timeout
|
||||||
timeout-sec = 10800
|
timeout-sec = 10800
|
||||||
|
Loading…
Reference in New Issue
Block a user