Skip to content

Commit c4b0f02

Browse files
committed
only cargo check the exercise-templates
1 parent 3ceacf9 commit c4b0f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ cargo fmt --check
7474
popd
7575
popd
7676

77-
# Only build the templates (they will panic at run-time due to the use of todo!)
77+
# Only check the templates (they will panic at run-time due to the use of todo!)
7878
pushd exercise-templates
79-
cargo build
79+
cargo check --locked
8080
cargo fmt --check
8181
popd
8282

0 commit comments

Comments
 (0)