Skip to content

Commit

Permalink
Show cargo timings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Jul 13, 2024
1 parent ce4964f commit 1c0fc31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
name: timings
path: |
target/cargo-timings/cargo-timing-*.html
pulumi_wasm_generator_lib/tests/**/target/cargo-timings/cargo-timing-*.html
- name: Ensure no files have changed
run: git diff --exit-code
- uses: benjlevesque/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions pulumi_wasm_generator_lib/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ fn run_real_provider_test(provider_name: &str) -> Result<()> {
"build",
"-p",
format!("pulumi_wasm_{provider_name}_provider").as_str(),
"--timings"
])
.current_dir(root)
.assert()
Expand All @@ -152,6 +153,7 @@ fn run_real_provider_test(provider_name: &str) -> Result<()> {
"build",
"-p",
format!("pulumi_wasm_{provider_name}").as_str(),
"--timings"
])
.current_dir(root)
.assert()
Expand Down

0 comments on commit 1c0fc31

Please sign in to comment.