Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Nov 9, 2023
1 parent f688a3d commit 13f26c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xtask/src/runchecks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ fn std_checks() {
}

// Test each workspace
cargo_test(["--workspace"].into());
cargo_test(["--workspace", "--exclude", "burn-train"].into());
// Separate out `burn-train` to prevent feature unification https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2:~:text=When%20building%20multiple,separate%20cargo%20invocations.
cargo_test(["-p", "burn-train", "--lib"].into());

// Test burn-dataset features
burn_dataset_features_std();
Expand Down

0 comments on commit 13f26c9

Please sign in to comment.