Commit 61a712d
committed
refactor: [#220] update cargo aliases for renamed E2E test binaries
Updated cargo aliases to match new binary names:
- e2e-full -> e2e-complete (e2e-complete-workflow-tests)
- e2e-provision -> e2e-infrastructure (e2e-infrastructure-lifecycle-tests)
- e2e-config -> e2e-deployment (e2e-deployment-workflow-tests)
This allows using convenient aliases like:
- cargo e2e-complete
- cargo e2e-infrastructure
- cargo e2e-deployment1 parent 1e957ba commit 61a712d
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments