Skip to content

Commit 0909828

Browse files
authored
chore: Add two examples to ninaja_pr_checks (#1284)
1 parent 35ee150 commit 0909828

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ninja_pr_checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
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"
@@ -73,6 +74,7 @@ jobs:
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"
@@ -88,7 +90,7 @@ jobs:
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"

0 commit comments

Comments
 (0)