Add bors configuration

This commit is contained in:
Clémentine Urquizar 2021-03-16 10:26:08 +01:00
parent 0c17b166df
commit 9dd1ecdc2a
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
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