Skip to content

Rename ConsoleProvider to MockProvider #20

Rename ConsoleProvider to MockProvider

Rename ConsoleProvider to MockProvider #20

Workflow file for this run

name: Unit tests
on:
pull_request:
workflow_dispatch:
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- uses: actions/checkout@v3
- run: make test-unit