Skip to content

Allow specifying OPRF client seed #11

Allow specifying OPRF client seed

Allow specifying OPRF client seed #11

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
Test:
strategy:
fail-fast: false
matrix:
go: [ '1.24', '1.23', '1.22' ]
uses: bytemare/workflows/.github/workflows/test-go.yaml@696fab4908e73675d0c90d77637ecaed7e93e978
with:
version: ${{ matrix.go }}