To test we can run the buildkite commands in a repo to make sure they are succeded.
Running the following commands in a repo root directory will be expected to succeed:
```
cd services/tunnelbroker
rm -rf target
nix develop --accept-flake-config --command bash -c "cargo build && cargo test"
```