Skip to content

chore/run only tests where changes where#10

Merged
markkovari merged 3 commits intomainfrom
chore/run-only-tests-where-changes-where
Oct 29, 2025
Merged

chore/run only tests where changes where#10
markkovari merged 3 commits intomainfrom
chore/run-only-tests-where-changes-where

Conversation

@markkovari
Copy link
Owner

markkovari and others added 3 commits October 29, 2025 19:37
* fix: resolve Go test failures in 2019 and 2024

- Remove unused 'errors' import in 2024/golang/cmd/04.go
- Add filepath parameter to readCommands() function in 2019/go/cmd/15
  to match test expectations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: replace deprecated drain_filter with stable alternative in 2021/_4

- Remove unstable feature flag #![feature(drain_filter)]
- Replace drain_filter with iter_mut + retain pattern
- All Rust tests in 2021 now compile and pass

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: markkovari <kovarimarkofficial@gmail.com>
When only non-code files (like README.md) change, the change detection
was outputting [""] instead of []. This caused jobs to run with empty
matrix values, leading to failures:
- cargo test failing with "could not find Cargo.toml"
- dotnet restore failing with "no project or solution file"

Now properly outputs [] when no projects are detected, preventing
jobs from running with empty matrix values.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@markkovari markkovari merged commit c51ffa2 into main Oct 29, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant