Update rust.yml
This commit is contained in:
parent
5cda8549ed
commit
16bc22d8a2
|
@ -1,7 +1,9 @@
|
||||||
name: Rust
|
name: Rust
|
||||||
on:
|
on:
|
||||||
push: master
|
push:
|
||||||
pull_request: master
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue