Skip to content

Extend mtbf time range to also support hours and minutes. #138

Extend mtbf time range to also support hours and minutes.

Extend mtbf time range to also support hours and minutes. #138

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
name: Build and Unit Tests
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Check out code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Build
run: make test