Skip to content

Commit

Permalink
Using stub data for features check (#4583)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Feb 5, 2024
1 parent 6a96034 commit 764cbda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/make/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Build all permutations of all features for the provided chunk ind
category = "ICU4X Development"
install_crate = { crate_name = "cargo-all-features", binary = "cargo-check-all-features", test_arg = ["--help"] }
install_crate_args = ["--version", "^1.10"]
env = { RUSTFLAGS = "-Dwarnings" }
env = { RUSTFLAGS = "-Dwarnings", "ICU4X_DATA_DIR" = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/provider/datagen/tests/data/baked" }
command = "cargo"
args = ["check-all-features", "--n-chunks", "3", "--chunk", "${@}"]

Expand All @@ -18,6 +18,7 @@ description = "Build all permutations of all features"
category = "ICU4X Development"
install_crate = { crate_name = "cargo-all-features", binary = "cargo-check-all-features", test_arg = ["--help"] }
install_crate_args = ["--version", "^1.10"]
env = { RUSTFLAGS = "-Dwarnings", "ICU4X_DATA_DIR" = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/provider/datagen/tests/data/baked" }
command = "cargo"
args = ["check-all-features"]

Expand All @@ -26,6 +27,7 @@ description = "Build all permutations of all features"
category = "ICU4X Development"
install_crate = { crate_name = "cargo-all-features", binary = "cargo-build-all-features", test_arg = ["--help"] }
install_crate_args = ["--version", "^1.10"]
env = { RUSTFLAGS = "-Dwarnings", "ICU4X_DATA_DIR" = "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/provider/datagen/tests/data/baked" }
command = "cargo"
args = ["build-all-features"]

Expand Down

0 comments on commit 764cbda

Please sign in to comment.