Skip to content

Feat: reactive.Clock (#584) #4232

Feat: reactive.Clock (#584)

Feat: reactive.Clock (#584) #4232

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Run tests core
run: ./run_tests.sh