This commit is contained in:
Dario Nieuwenhuis 2021-10-12 01:48:06 +02:00
parent 3cf130ecfe
commit db289d6d5e
2 changed files with 12 additions and 3 deletions

3
.github/bors.toml vendored Normal file
View file

@ -0,0 +1,3 @@
status = [
"all",
]

View file

@ -2,7 +2,7 @@ name: Rust
on: on:
push: push:
branches: [master] branches: [ staging, trying, master ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]
@ -10,7 +10,13 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
jobs: 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 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix: