-
Notifications
You must be signed in to change notification settings - Fork 102
feat: enhance cargo metadata parsing to respect config.toml #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
wmmc88
merged 13 commits into
microsoft:main
from
wmmc88:fix-cargometdata-reespect-config-toml
Sep 19, 2025
Merged
Changes from 8 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
a004a4c
feat: enhance cargo metadata handling to respect config.toml
wmmc88 2de6d1a
feat: add build and package steps for tests in GitHub workflows
wmmc88 5945a5c
Merge branch 'main' into fix-cargometdata-reespect-config-toml
wmmc88 7b42a92
add installation step for Cargo Make in GitHub Actions workflow
wmmc88 9d1211a
fix: remove version specifications from workspace dependencies and co…
wmmc88 8c2026a
feat: enhance cargo metadata handling to respect config.toml in cargo…
wmmc88 e8be483
fix: update test flag comment for Windows Server 2022 compatibility i…
wmmc88 faa9cef
fix: correct comment formatting for test flag in Cargo.toml
wmmc88 60fc17a
fix: update dependency syntax in Cargo.toml for consistency
wmmc88 6453da7
Merge remote-tracking branch 'upstream/main' into fix-cargometdata-re…
wmmc88 04b04b2
Merge remote-tracking branch 'upstream/main' into fix-cargometdata-re…
wmmc88 627f7fc
Update crates/cargo-wdk/src/actions/build/build_task.rs
wmmc88 68c5b7f
Merge branch 'main' into fix-cargometdata-reespect-config-toml
wmmc88 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,5 +74,13 @@ jobs: | |
| with: | ||
| tool: [email protected] | ||
|
|
||
| - name: Run Cargo Test | ||
| - name: Install Cargo Make | ||
| uses: taiki-e/install-action@v2 | ||
| with: | ||
| tool: cargo-make | ||
|
|
||
| - name: Run Cargo Test (workspace) | ||
| run: cargo +${{ matrix.rust_toolchain }} test --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple.name }} --all-features | ||
|
|
||
| - name: Run Cargo Test (Top-Level tests Folder via Cargo Make) | ||
| run: cargo make --cwd ./tests test +${{ matrix.rust_toolchain }} --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple.name }} | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.