Skip to content

feat: drop internal time, and next tasks because of 2024 changes in t… #24

feat: drop internal time, and next tasks because of 2024 changes in t…

feat: drop internal time, and next tasks because of 2024 changes in t… #24

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Checkout code
uses: actions/checkout@v3
- name: Run test
run: |
go version
go test -race ./...