Skip to content

Commit

Permalink
pump up s3 version
Browse files Browse the repository at this point in the history
add cicd dry run
  • Loading branch information
4t145 committed Jun 26, 2024
1 parent 466e0d0 commit a7d3861
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,23 @@ jobs:
run: cargo test --all-features
env:
RUSTFLAGS: --cfg tokio_unstable

- name: Cargo package tardis
working-directory: tardis
run: cargo package

- name: Cargo publish tardis
working-directory: tardis
run: cargo publish --dry-run

- name: Cargo package macros
working-directory: tardis-macros
run: cargo package

- name: Cargo publish macros
working-directory: tardis-macros
run: cargo publish --dry-run

- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion tardis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ lettre = { version = "0.11", features = [

# Object Storage
# rust-s3 = { version = "0.33", optional = true }
rust-s3 = { git = "https://github.com/tuist/rust-s3.git", rev = "55f2947", optional = true }
rust-s3 = { version = "0.34", optional = true }
# rust-s3 = { path = "../../rust-s3/s3", optional = true }
anyhow = { version = "1.0", optional = true }

Expand Down

0 comments on commit a7d3861

Please sign in to comment.