mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Merge #91
91: Add bors configuration r=MarinPostma a=curquiza Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
1145599c04
2 changed files with 11 additions and 2 deletions
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
|
@ -1,12 +1,18 @@
|
|||
name: Rust
|
||||
|
||||
on: push
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
# trying and staging branches are for Bors config
|
||||
branches:
|
||||
- trying
|
||||
- staging
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
tests:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
3
bors.toml
Normal file
3
bors.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
status = ['tests']
|
||||
# 3 hours timeout
|
||||
timeout-sec = 10800
|
Loading…
Add table
Add a link
Reference in a new issue