Skip to content

fix: time.Compare not exists on macOS #23

fix: time.Compare not exists on macOS

fix: time.Compare not exists on macOS #23

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.17', 'stable' ]
name: Go ${{ matrix.go }} test
steps:
- name: checkout TDengine by pr
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: test
id: test
run: sudo go test -v --count=1