Skip to content

refactor: s3 bucket and object to aws-sdk-v2 (#376) #1027

refactor: s3 bucket and object to aws-sdk-v2 (#376)

refactor: s3 bucket and object to aws-sdk-v2 (#376) #1027

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
- name: download go mods
run: |
go mod download
- name: run go tests
run: |
go test -timeout 60s -race -coverprofile=coverage.txt -covermode=atomic ./...