Skip to content

Commit

Permalink
Add tutorial_cpp to cargo projects in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Oct 12, 2023
1 parent 54a0edf commit ee81d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn check_crate(sh: &Shell) -> Result<()> {
}

fn check_examples(sh: &Shell) -> Result<()> {
const CARGO_PROJECTS: &[&str] = &["cxx_demo", "osmium"];
const CARGO_PROJECTS: &[&str] = &["cxx_demo", "osmium", "tutorial_cpp"];
sh.change_dir("examples");
let examples = cmd!(sh, "ls").read()?;
for example in examples.lines() {
Expand Down

0 comments on commit ee81d52

Please sign in to comment.