Skip to content

fix: Wrong build file #2

fix: Wrong build file

fix: Wrong build file #2

Workflow file for this run

name: Run tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/build@v1
- name: Tests
run: go test ./... -coverpkg=./... -race -covermode=atomic -coverprofile=coverage.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3