Skip to content

Commit 8f6b33a

Browse files
authored
Added lc103 in rust.yml
1 parent b4c06c2 commit 8f6b33a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: cargo check -p lc0_general_nodes_template
2121
- name: lc100
2222
run: cargo check -p lc100_is_same_tree
23+
- name: lc103
24+
run: cargo check -p lc103_binary_tree_zigzag_level_order_traversal
2325
- name: Build
2426
run: cargo build --verbose
2527
- name: Run tests

0 commit comments

Comments
 (0)