Skip to content

use cheaprandn as Fastrandn for go1.22 #1057

use cheaprandn as Fastrandn for go1.22

use cheaprandn as Fastrandn for go1.22 #1057

Workflow file for this run

name: build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build
run: |
git clone --depth=1 https://github.com/${GITHUB_REPOSITORY}
cd $(basename ${GITHUB_REPOSITORY})
go build -v -race
go test -v