Skip to content

Commit

Permalink
Using stub data for features CI (#5231)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Jul 11, 2024
1 parent 747b31a commit 36f9644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ dependencies = [
[tasks.ci-job-msrv-features-1]
description = "Run all tests for the CI 'msrv-features-1' job"
category = "CI"
env = { ICU4X_DATA_DIR = "../stubdata" }
script_runner = "@duckscript"
script = '''
exec --fail-on-error rustup install 1.70 --profile minimal
Expand All @@ -176,6 +177,7 @@ exec --fail-on-error cargo +1.70 make check-all-features-chunked 1
[tasks.ci-job-msrv-features-2]
description = "Run all tests for the CI 'msrv-features-2' job"
category = "CI"
env = { ICU4X_DATA_DIR = "../stubdata" }
script_runner = "@duckscript"
script = '''
exec --fail-on-error rustup install 1.70 --profile minimal
Expand All @@ -185,6 +187,7 @@ exec --fail-on-error cargo +1.70 make check-all-features-chunked 2
[tasks.ci-job-msrv-features-3]
description = "Run all tests for the CI 'msrv-features-3' job"
category = "CI"
env = { ICU4X_DATA_DIR = "../stubdata" }
script_runner = "@duckscript"
script = '''
exec --fail-on-error rustup install 1.70 --profile minimal
Expand Down

0 comments on commit 36f9644

Please sign in to comment.