Skip to content

Removed Sync requirement for storage_objects_insert_ext_stream after … #486

Removed Sync requirement for storage_objects_insert_ext_stream after …

Removed Sync requirement for storage_objects_insert_ext_stream after … #486

Workflow file for this run

name: tests & formatting
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt, clippy
- run: cargo fmt -- --check && cargo test -p gcloud-sdk --features rest #&& cargo clippy -- -Dwarnings && cargo test --all-features