Skip to content

Wrote scripts + added a time flag [-t] #3

Wrote scripts + added a time flag [-t]

Wrote scripts + added a time flag [-t] #3

Workflow file for this run

name: Test
on:
pull_request:
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- run: go test -v ./...
- run: go vet -v ./...