mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 13:36:50 +00:00
update ci.yml
This commit is contained in:
@@ -87,6 +87,11 @@ jobs:
|
|||||||
name: rustfs
|
name: rustfs
|
||||||
path: ./target/artifacts/*
|
path: ./target/artifacts/*
|
||||||
|
|
||||||
|
- name: Install system dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libglib2.0-dev pkg-config libzstd-dev
|
||||||
|
|
||||||
- name: Install s3s-e2e
|
- name: Install s3s-e2e
|
||||||
run: |
|
run: |
|
||||||
cargo install s3s-e2e --git https://github.com/Nugine/s3s.git
|
cargo install s3s-e2e --git https://github.com/Nugine/s3s.git
|
||||||
@@ -97,11 +102,6 @@ jobs:
|
|||||||
name: rustfs
|
name: rustfs
|
||||||
path: ./target/artifacts
|
path: ./target/artifacts
|
||||||
|
|
||||||
- name: Install system dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y libglib2.0-dev pkg-config
|
|
||||||
|
|
||||||
- name: Run s3s-e2e
|
- name: Run s3s-e2e
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user