Merge #424
424: Add bors r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
This commit is contained in:
commit
bc76a24eaf
3
.github/bors.toml
vendored
Normal file
3
.github/bors.toml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
status = [
|
||||
"all",
|
||||
]
|
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
@ -2,15 +2,21 @@ name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [ staging, trying, master ]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
all:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [build, fmt, test, metapac_gen]
|
||||
steps:
|
||||
- name: Done
|
||||
run: exit 0
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user