Skip to content

Move minUint64Value and maxUint64Value constants to encoding test #96

Move minUint64Value and maxUint64Value constants to encoding test

Move minUint64Value and maxUint64Value constants to encoding test #96

Workflow file for this run

on: [push, pull_request]
name: tests
jobs:
build:
strategy:
matrix:
go-version: [1.21.x, 1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Run Go tests
run: go test -v ./...