Skip to content

feat: Distributed storage #117

feat: Distributed storage

feat: Distributed storage #117

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.22.0
- name: Test
run: go test -timeout 30s -race -v ./... -coverprofile ./coverage.txt
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: creativecreature/sturdyc