Skip to content

Merge branch 'master' of https://github.com/durch/rust-s3 #547

Merge branch 'master' of https://github.com/durch/rust-s3

Merge branch 'master' of https://github.com/durch/rust-s3 #547

Workflow file for this run

name: build
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test
run: make ci
- name: test-all
run: make ci