mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
ci(e2e): run s3s-e2e tests
This commit is contained in:
+6
-2
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ -z "$SKIP_BUILD" ]; then
|
||||
cargo build -p rustfs --bins
|
||||
fi
|
||||
|
||||
current_dir=$(pwd)
|
||||
|
||||
@@ -29,5 +33,5 @@ fi
|
||||
# --domain-name 127.0.0.1:9010 \
|
||||
# "$DATA_DIR_ARG"
|
||||
|
||||
cargo run "$DATA_DIR_ARG"
|
||||
./target/debug/rustfs "$DATA_DIR_ARG"
|
||||
# cargo run ./target/volume/test
|
||||
Reference in New Issue
Block a user