rust icon indicating copy to clipboard operation
rust copied to clipboard

Move more CI tests to rust tooling

Open senekor opened this issue 2 years ago • 0 comments

Some CI tests exist as bash scripts, others as rust tests in rust-tooling/ci-tests. Let's move more if not all of the bash stuff to rust. There is especially some overlap with clippy. Both bash scripts and rust tests run clippy over some parts of an exercise. That should be made more consistent.

senekor avatar Dec 19 '23 12:12 senekor