mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-06 20:19:14 +00:00
chore(rustfs): remove stale manual-test-runners feature and README (#6715)
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
# Manual test runners
|
||||
|
||||
Files in this directory are for manual execution only.
|
||||
They are not auto-discovered as integration tests by `cargo test`.
|
||||
|
||||
## Dial9 runner
|
||||
|
||||
Build:
|
||||
|
||||
```bash
|
||||
cargo build -p rustfs --features manual-test-runners --bin manual-test-dial9
|
||||
```
|
||||
|
||||
Run:
|
||||
|
||||
```bash
|
||||
cargo run -p rustfs --features manual-test-runners --bin manual-test-dial9
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user