Skip to content

Commit 72637a6

Browse files
committed
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

+1-1
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)