Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 72637a6

Browse files
committedJan 21, 2025··
Fix: Use wildcard exclude for in workspace list
1 parent 704d609 commit 72637a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818
"bios/common",
1919
"tests/runner",
2020
]
21-
exclude = ["examples/basic", "examples/test_framework", "tests/test_kernels"]
21+
exclude = ["examples/basic", "examples/test_framework", "tests/test_kernels/*"]
2222

2323
[workspace.package]
2424
# don't forget to update `workspace.dependencies` below

0 commit comments

Comments
 (0)
Please sign in to comment.