91: Add bors configuration r=MarinPostma a=curquiza



Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2021-03-16 12:09:11 +00:00 committed by GitHub
commit 1145599c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
status = ['tests']
# 3 hours timeout
timeout-sec = 10800