Skip to content

Commit cd6ea50

Browse files
Swap order of cargo toml tests
1 parent 12f6602 commit cd6ea50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ features = {}
8585
version = "2.12.1"
8686
default-features = false
8787

88-
[[test]]
89-
path = "tests/assembly/test_script.rs"
90-
name = "test-script"
91-
9288
[[test]]
9389
path = "tests/assembly/test_assembly.rs"
9490
name = "test-assembly"
9591

92+
[[test]]
93+
path = "tests/assembly/test_script.rs"
94+
name = "test-script"
95+
9696
[[bin]]
9797
path = "src/main.rs"
9898
name = "typedb-console"

0 commit comments

Comments
 (0)