We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f6602 commit cd6ea50Copy full SHA for cd6ea50
Cargo.toml
@@ -85,14 +85,14 @@ features = {}
85
version = "2.12.1"
86
default-features = false
87
88
-[[test]]
89
- path = "tests/assembly/test_script.rs"
90
- name = "test-script"
91
-
92
[[test]]
93
path = "tests/assembly/test_assembly.rs"
94
name = "test-assembly"
95
+[[test]]
+ path = "tests/assembly/test_script.rs"
+ name = "test-script"
+
96
[[bin]]
97
path = "src/main.rs"
98
name = "typedb-console"
0 commit comments