Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

unit test added for GetUsersByCriteria #30

unit test added for GetUsersByCriteria

unit test added for GetUsersByCriteria #30

Workflow file for this run

name: TotalityCorp-Assessment
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Tests
run: go test ./...