Skip to content

Merge pull request #2 from Senzing/1.dockter.1 #4

Merge pull request #2 from Senzing/1.dockter.1

Merge pull request #2 from Senzing/1.dockter.1 #4

Workflow file for this run

# Based on
# - https://github.com/marketplace/actions/setup-go-environment
name: go-test.yaml
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20"]
name: Go ${{ matrix.go }}
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: pwd
- run: go test -v -p 1 ./...