Skip to content

chore(deps): bump coverallsapp/github-action from 2.2.0 to 2.2.1 #44

chore(deps): bump coverallsapp/github-action from 2.2.0 to 2.2.1

chore(deps): bump coverallsapp/github-action from 2.2.0 to 2.2.1 #44

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "^1.19"
- name: Run Tests
run: go test -v ./...