CI: run tests in pull requests
This commit is contained in:
parent
00c18dd91e
commit
128eab1b1d
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Rust
|
name: Rust
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue