Skip to content

ddb.Store accepts Item interface for create #13

ddb.Store accepts Item interface for create

ddb.Store accepts Item interface for create #13

Workflow file for this run

name: Go Tests
on: push
jobs:
go-test:
name: Go Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20.4'
cache: true
- name: Test with the Go CLI
run: go test -v ./...