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 5, 2023
1 parent f169f11 commit 88ce740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/make/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +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 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 @@ -86,6 +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 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 @@ -121,6 +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 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 88ce740

Please sign in to comment.