Skip to content

Commit

Permalink
Merge pull request Magport#65 from zachary0809/polkadot-v1.7.1
Browse files Browse the repository at this point in the history
Update rust.yml
  • Loading branch information
wd30130 authored Mar 18, 2024
2 parents 75bda63 + 3d636cc commit c0e85a8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Rust

on:
push:
branches: [ "main" ]
branches:
- '**'
pull_request:
branches: [ "main" ]
branches:
- '**'

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -44,6 +46,10 @@ jobs:
with:
cache-on-failure: true
cache-all-crates: true

- name: Add rust-src
run: |
rustup component add rust-src
- name: Build
run: cargo check --release
Expand Down

0 comments on commit c0e85a8

Please sign in to comment.