Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.
This PR removes the ancient docker integration test contained in misc that fails, and a random docker compose, also in misc.
This test package is actually never even run on master, because it requires a specific build flag docker 🤷♂️
Closes #3161
Contributors' checklist...
- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description
- [x] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
Description
This PR removes the ancient docker integration test contained in
misc
that fails, and a random docker compose, also inmisc
.This test package is actually never even run on
master
, because it requires a specific build flagdocker
🤷♂️Closes #3161
Contributors' checklist...
- [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [x] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests