Skip to content

Commit a3d5356

Browse files
hello-world: Show how to run the tests in the instructions (#1618)
The track never introduces how to run tests to the student. It is described in the HELP file but I believe that file is meant for you to check when you get lost solving the exercise. It should continue to contain the more detailed information on how to run tests IMO but the basic command I believe should be a part of the README.
1 parent db3ab1b commit a3d5356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
In the Rust track, tests are run using the command `cargo test`.

0 commit comments

Comments
 (0)