Skip to content

Commit 2445735

Browse files
committed
Add Day 2 to CI
1 parent e6d3d2d commit 2445735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
fi
3535
- name: Run Day 1 Solution
3636
run: ./build/solutions/day_1 solutions/data/day_1.txt
37+
- name: Run Day 2 Solution
38+
run: ./build/solutions/day_2 solutions/data/day_2.txt

0 commit comments

Comments
 (0)