modify ci pr-checks

This commit is contained in:
houseme
2025-06-10 10:11:47 +08:00
parent 3321439951
commit 3cf265611a
3 changed files with 17 additions and 14 deletions
+7 -4
View File
@@ -39,8 +39,8 @@ jobs:
- uses: actions/checkout@v4.2.2
- uses: ./.github/actions/setup
- name: Format Check
run: cargo fmt --all --check
# - name: Format Check
# run: cargo fmt --all --check
- name: Lint Check
run: cargo check --all-targets
@@ -51,6 +51,9 @@ jobs:
- name: Unit Tests
run: cargo test --all --exclude e2e_test
- name: Format Code
run: cargo fmt --all
s3s-e2e:
name: E2E (s3s-e2e)
needs:
@@ -65,7 +68,7 @@ jobs:
with:
cache-on-failure: true
cache-all-crates: true
- name: Test
run: cargo test --all --exclude e2e_test
@@ -83,7 +86,7 @@ jobs:
with:
name: rustfs
path: ./target/artifacts/*
- name: Install s3s-e2e
run: |
cargo install s3s-e2e --git https://github.com/Nugine/s3s.git