Skip to content

Commit

Permalink
Update tests.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Nov 7, 2023
1 parent bc7fdea commit 6b4a673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/make/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ set_env CARGO_TARGET_DIR ${pwd}/target
cd docs/tutorials/testing
exec --fail-on-error cargo --config patch.toml test -p tutorials-test
exec --fail-on-error cargo --config patch.toml check -p tutorial_datetime_cli
exec --fail-on-error cargo --config patch.toml check -p datetime_cli
exec --fail-on-error cargo --config patch.toml check -p tutorial_default
exec --fail-on-error cargo --config patch.toml check -p tutorial_buffer
exec --fail-on-error cargo --config patch.toml check -p tutorial_experimental
Expand All @@ -87,7 +87,7 @@ mkdir crates/bin
cp ${project_dir}/target/debug/icu4x-datagen crates/bin/icu4x-datagen
exec --fail-on-error cargo --config testing/patch.toml test -p tutorials-test
exec --fail-on-error cargo --config testing/patch.toml run -p tutorial_datetime_cli
exec --fail-on-error cargo --config testing/patch.toml run -p datetime_cli <<< "de-CH"
exec --fail-on-error cargo --config testing/patch.toml run -p tutorial_default
exec --fail-on-error cargo --config testing/patch.toml run -p tutorial_experimental
exec --fail-on-error cargo --config testing/patch.toml run -p tutorial_sync
Expand Down Expand Up @@ -123,7 +123,7 @@ set_env CARGO_TARGET_DIR ${pwd}/target/cratesio
exec --fail-on-error cargo test --release -p tutorials-test
exec --fail-on-error cargo run --release -p tutorial_datetime_cli
exec --fail-on-error cargo run --release -p datetime_cli <<< "de-CH"
exec --fail-on-error cargo run --release -p tutorial_default
exec --fail-on-error cargo run --release -p tutorial_experimental
exec --fail-on-error cargo run --release -p tutorial_sync
Expand Down

0 comments on commit 6b4a673

Please sign in to comment.