You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More of a tracking issue that falls more on testground itself: Using workspaces is not really possible/useful right now.
In a scenario like this:
related-testground-plans
├─ Cargo.toml # a workspace
├─ planA
│ ├── Cargo.toml # specify utility as a path dependency
│ ├── Dockerfile
│ ├── manifest.toml
├─ planA
│ ├── Cargo.toml # specify utility as a path dependency
│ ├── Dockerfile
│ ├── manifest.toml
└─ utility
└── Cargo.toml
the utility directory currently is not accessible from the docker build context. An option would be able to define the testplans in the root of the directory but I don't see a way. Maybe related testground/testground#1466
This makes rust workspaces particularly disadvantageous