Skip to content

[#44] Add DeleteByFunc function #111

[#44] Add DeleteByFunc function

[#44] Add DeleteByFunc function #111

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- release
jobs:
test:
strategy:
matrix:
go-version: [ 1.21.x ]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Unit tests
run: make test.unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3