@andrea currently [http://ci.nim-lang.org](http://forum.nim-lang.org///ci.nim-lang.org)/ is doing only nimble install, indeed, but this is already catching some libraries that fail to install. Running full unit/functional test suites might be unnecessary for this use-case and too heavy on the buildbot. Having a standard, simple, smoke test to be run by nimble would be ideal.
I'm thinking of creating a Seccomp sandbox with [https://github.com/FedericoCeratto/nim-seccomp](https://github.com/FedericoCeratto/nim-seccomp) for each install/smoke test to protect the buildbot and prevent unwanted network connections.
