File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 5858 ["Canister Info (Rust)"]="rust/canister-info"
5959 ["Canister Logs (Rust)"]="rust/canister_logs"
6060 ["Basic Ethereum (Rust)"]="rust/basic_ethereum"
61+ ["Candid Type Generation (Rust)"]="rust/candid_type_generation"
6162 ["Daily Planner (Rust)"]="rust/daily_planner"
6263 ["EVM Block Explorer (Rust)"]="rust/evm_block_explorer"
6364 ["Flying Ninja (Rust)"]="rust/flying_ninja"
7374 ["SIMD (Rust)"]="rust/simd"
7475 ["Threshold ECDSA (Rust)"]="rust/threshold-ecdsa"
7576 ["Tokenmania (Rust)"]="rust/tokenmania"
77+ ["Unit Testable Canister (Rust)"]="rust/unit_testable_rust_canister"
7678 ["Who Am I (Rust)"]="rust/who_am_i"
7779 ["Photo Gallery (Rust)"]="rust/photo_gallery"
7880 ["Inter-canister calls (Rust)"]="rust/inter-canister-calls"
8890
8991 for name in "${!example_paths[@]}"; do
9092 path=${example_paths[$name]}
91-
93+
9294 if [ "$run_all_examples" = true ] || echo "$changed_files" | grep -q "^$path/"; then
9395 examples+=("{\"name\": \"$name\", \"path\": \"$path\"}")
9496 echo "Added example: $name with path $path"
You can’t perform that action at this time.
0 commit comments