aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-10-12 01:48:06 +0200
committerDario Nieuwenhuis <[email protected]>2021-10-12 01:52:26 +0200
commitdb289d6d5e434495ec8ccc04c9c885c7375ea3eb (patch)
treeaed12f290da9aeb642ce2ad648db7787828f3e94 /.github/workflows/rust.yml
parent3cf130ecfeb7c54cbf0c0509f142c778091e45da (diff)
Add bors
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index b728c0db8..e33a40ef3 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -2,15 +2,21 @@ name: Rust
2 2
3on: 3on:
4 push: 4 push:
5 branches: [master] 5 branches: [ staging, trying, master ]
6 pull_request: 6 pull_request:
7 branches: [master] 7 branches: [ master ]
8 8
9env: 9env:
10 CARGO_TERM_COLOR: always 10 CARGO_TERM_COLOR: always
11 11
12jobs: 12jobs:
13 ci: 13 all:
14 runs-on: ubuntu-20.04
15 needs: [build, fmt, test, metapac_gen]
16 steps:
17 - name: Done
18 run: exit 0
19 build:
14 runs-on: ubuntu-latest 20 runs-on: ubuntu-latest
15 strategy: 21 strategy:
16 matrix: 22 matrix: