Skip to content

Add a type NumericTime to make sorting possible without performance t… #45

Add a type NumericTime to make sorting possible without performance t…

Add a type NumericTime to make sorting possible without performance t… #45

Workflow file for this run

name: Tests
on: [push]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...