Skip to content

Commit a1c3d2d

Browse files
committed
Merge pull request #40 from hawkw/patch-1
Add cargo test build command
2 parents ff3e197 + f3a2208 commit a1c3d2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.sublime-build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
{
88
"cmd": ["cargo", "run"],
99
"name": "Run"
10+
},
11+
{
12+
"cmd": ["cargo", "test"],
13+
"name": "Test"
1014
}
1115
]
1216
}

0 commit comments

Comments
 (0)