Skip to content

Commit 0ba063b

Browse files
Merge pull request #172 from ferrous-systems/template-lockfiles
add Cargo.lock file for exercise-templates
2 parents c60b48e + c4b0f02 commit 0ba063b

File tree

2 files changed

+699
-2
lines changed

2 files changed

+699
-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)