Skip to content

chore(deps): bump actions/checkout from 3 to 4 #13

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #13

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: '>=1.20.0'
- run: go install gotest.tools/gotestsum@latest
- run: gotestsum --format testname -- -coverprofile=cover.out ./...