Skip to content

refactor: sets the services to be injected into the encoders to simpl… #110

refactor: sets the services to be injected into the encoders to simpl…

refactor: sets the services to be injected into the encoders to simpl… #110

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Run tests
run: go test -cover ./... -race