Skip to content

Commit

Permalink
add 2024 steps for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Nov 28, 2024
1 parent 21fd5f2 commit f5982f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Report
run: odin report ./2021
run: |
odin report ./2021
odin report ./2024
- name: Test
run: cd 2021 && task
run: |
cd 2021 && task
cd ../2024 && task
statistics:
needs: test
Expand All @@ -32,6 +36,7 @@ jobs:
- run: cd 2022 && ./aoc2022 -benchmark
- run: cd 2023 && go build .
- run: cd 2023 && ./aoc2023 -benchmark
- run: cd 2024 && task bench
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update readme statistics

0 comments on commit f5982f9

Please sign in to comment.