esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
417 stars 50 forks source link

Improve CI to allow checking PRs #43

Closed SergioGasquez closed 2 years ago

SergioGasquez commented 2 years ago

cargo generate commands on the CI should use the testing repo instead of always using esp-rs/esp-idf-tempalte on master branch, so I introduced changes to use the propper repo and branch that we want to test.