mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Add PR template and compile examples in CI (#1014)
This commit is contained in:
parent
01aaa2e524
commit
a15d3b3f59
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
- [ ] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users
|
||||
- [ ] Updated documentation to reflect any user-facing changes
|
@ -23,6 +23,8 @@ addons:
|
||||
|
||||
script:
|
||||
- cargo test --all -j 1
|
||||
- cd examples
|
||||
- cargo build
|
||||
|
||||
after_success:
|
||||
- |
|
||||
|
Loading…
Reference in New Issue
Block a user