Skip to content

Commit

Permalink
Fix: Use wildcard exclude for in workspace list
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jan 21, 2025
1 parent 704d609 commit 72637a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
"bios/common",
"tests/runner",
]
exclude = ["examples/basic", "examples/test_framework", "tests/test_kernels"]
exclude = ["examples/basic", "examples/test_framework", "tests/test_kernels/*"]

[workspace.package]
# don't forget to update `workspace.dependencies` below
Expand Down

0 comments on commit 72637a6

Please sign in to comment.