Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: add Docker build verification workflow
Add GitHub workflow to detect regressions in docker/dev/Dockerfile by: - Building a container image on Dockerfile changes in PRs - Running test suite against the built image in dev mode - Using clang++ compiler with C++23 standard This helps catch build issues and incompatibilities early in the development process. Refs scylladb#2656 Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information