Skip to content

Include field name in hash when hashing an object #45

Include field name in hash when hashing an object

Include field name in hash when hashing an object #45

Workflow file for this run

name: CI
on: pull_request
jobs:
unit_tests:
name: unit tests
runs-on: ubuntu-22.04
steps:
- name: Cancel Previous Actions
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
id: go
- name: Test
run: make install-go-tools run-tests