Skip to content

Upgrade structopt -> clap, and rusoto -> aws-sdk #16

Upgrade structopt -> clap, and rusoto -> aws-sdk

Upgrade structopt -> clap, and rusoto -> aws-sdk #16

Workflow file for this run

name: S3Get CI
on:
pull_request:
branches: [main]
push:
branches: [main]
env:
CARGO_TERM_COLORS: always
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --all-targets
- name: Run tests
run: cargo test --all-targets