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

Enable dependabot #1755

Enable dependabot

Enable dependabot #1755

Workflow file for this run

name: unit
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: make test-unit
- uses: codecov/codecov-action@v3
with:
files: cover.out
fail_ci_if_error: true
functionalities: fixes