Skip to content

Merge pull request #32 from YaleSpinup/pk556-s3-bucket-metrics-use-ti… #23

Merge pull request #32 from YaleSpinup/pk556-s3-bucket-metrics-use-ti…

Merge pull request #32 from YaleSpinup/pk556-s3-bucket-metrics-use-ti… #23

Workflow file for this run

name: Tests
on:
push:
jobs:
tests-off:
name: ${{ matrix.os }} - Go v${{ matrix.go-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version:
- "1.18.x"
os:
- "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: |
go mod tidy -v
go test -cover ./...