Skip to content

Added update and delete mutations #31

Added update and delete mutations

Added update and delete mutations #31

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Go Test
runs-on: ubuntu-latest
steps:
-
name: Check out code
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
-
name: Go Test
shell: bash
env:
GOFLAGS: -cover -coverprofile=coverage.out
run: |
make test