Skip to content

Deterministic variance Added to the CalcOrder function in consensus poem.go #704

Deterministic variance Added to the CalcOrder function in consensus poem.go

Deterministic variance Added to the CalcOrder function in consensus poem.go #704

Workflow file for this run

name: Test on PR
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: test
run: go test ./...