Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ env:
TEST_S3_SECRET_KEY: secretkey

jobs:
cli-contract:
name: CLI Contract (Commands and Options)
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2

- name: Run CLI help contract tests
run: cargo test --package rustfs-cli --test help_contract

smoke-latest:
name: Smoke (RustFS latest)
runs-on: ubuntu-latest
Expand Down
Loading
Loading