Skip to content

Allow Null Assertions #404

Allow Null Assertions

Allow Null Assertions #404

Workflow file for this run

name: test
on:
pull_request:
paths:
- pkg/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- run: go mod download
- run: go test -v -cover ./...