BREAKING NEW GROUND IN DOCKER TESTING: CI IMPLEMENTS PR VALIDATION!
2023-02-04 01:21:27 UTC
Revolutionary changes to safeguard builds and ensure seamless integration with lightning-fast testing on GitHub Actions!
Commit Details:
chore: Test Docker builds in CI (#518) To prevent accidental breakages, test our Docker builds on PRs. This should be relatively fast thanks to GitHub Actions caching, and the fact that the NPM `rocksdb` package has a pre-built binary for x64, which is what `ubuntu-latest` runs.