ci: run checks in Docker #5
Loading…
Reference in a new issue
No description provided.
Delete branch "ci/docker-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build the existing dev Dockerfile once per run and execute fmt, clippy, build, and tests inside it. The host runner now only needs Docker rather than a preinstalled rustup toolchain, which previously failed on the OpenSUSE base image with
rustup: command not found.Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com