aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: