Skip to content

Commit 6f90fc3

Browse files
committed
feat(ci): add integration and golden features for CI tests
Add empty feature flags to rc crate to enable CI integration and golden test jobs to run successfully. These features will be used to gate real integration tests in subsequent development.
1 parent 5a5149a commit 6f90fc3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

crates/cli/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ humansize.workspace = true
4848
mime_guess.workspace = true
4949
glob.workspace = true
5050

51+
[features]
52+
default = []
53+
# Enable integration tests that require a running S3-compatible server
54+
integration = []
55+
# Enable golden tests for output format verification
56+
golden = []
57+
5158
[dev-dependencies]
5259
tempfile.workspace = true
5360

0 commit comments

Comments
 (0)