Skip to content

Commit

Permalink
can't lock many of the embedded exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelraz committed Feb 12, 2025
1 parent 2130261 commit ed73ce7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ OUTPUT_NAME=${1:-./output}

# Build and test the solutions
pushd exercise-solutions
cargo test --frozen
cargo test --examples
cargo test --locked
cargo test --examples --locked
cargo fmt --check
pushd connected-mailbox
cargo test --frozen
cargo test --locked
cargo fmt --check
popd
pushd multi-threaded-mailbox
cargo test --frozen
cargo test --locked
cargo fmt --check
popd
popd
Expand Down Expand Up @@ -69,7 +69,7 @@ cargo build --target=thumbv7em-none-eabihf --release
cargo fmt --check
popd
pushd loopback-fw
cargo build --target=thumbv7em-none-eabihf --release
cargo build --target=thumbv7em-none-eabihf --release --locked
cargo fmt --check
popd
popd
Expand Down

0 comments on commit ed73ce7

Please sign in to comment.