Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 07ec9c1

Browse files
committed
Don't test/bench our shim crate
It's not intended to run all our tests
1 parent b250211 commit 07ec9c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/compiler-builtins-smoke-test/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ name = "cb"
33
version = "0.1.0"
44
authors = ["Jorge Aparicio <[email protected]>"]
55

6-
[dependencies]
6+
[lib]
7+
test = false
8+
bench = false
9+

0 commit comments

Comments
 (0)